diff --git a/Lib/distutils/file_util.py b/Lib/distutils/file_util.py index a3767bbd936..991d8357b50 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)