From: Andrew M. Kuchling Date: Thu, 9 Aug 2001 20:59:53 +0000 (+0000) Subject: Import the errno module X-Git-Tag: v2.2a3~695 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=106ffdb6723524df444aa78f591b9cf690c78235;p=thirdparty%2FPython%2Fcpython.git Import the errno module --- diff --git a/Lib/distutils/file_util.py b/Lib/distutils/file_util.py index a3767bbd9364..991d8357b507 100644 --- a/Lib/distutils/file_util.py +++ b/Lib/distutils/file_util.py @@ -188,7 +188,8 @@ def move_file (src, dst, other systems??? """ from os.path import exists, isfile, isdir, basename, dirname - + import errno + if verbose: print "moving %s -> %s" % (src, dst)