commit | 106ffdb6723524df444aa78f591b9cf690c78235 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Aug 09 20:59:53 2001 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Aug 09 20:59:53 2001 +0000 |
tree | 18944a6b2cdc777c9336def37f0b09da4da4117e | |
parent | affadeb9fdc6c2c006b4c9ded3591fa4e7b08ebf [diff] |
Import the errno module
diff --git a/Lib/distutils/file_util.py b/Lib/distutils/file_util.py index a3767bb..991d835 100644 --- a/Lib/distutils/file_util.py +++ b/Lib/distutils/file_util.py
@@ -188,7 +188,8 @@ other systems??? """ from os.path import exists, isfile, isdir, basename, dirname - + import errno + if verbose: print "moving %s -> %s" % (src, dst)