]> granicus.if.org Git - python/commitdiff
Import the errno module
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Aug 2001 20:59:53 +0000 (20:59 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Aug 2001 20:59:53 +0000 (20:59 +0000)
Lib/distutils/file_util.py

index a3767bbd9364b2c080b9bc7575dc032279f103f6..991d8357b5077836e1de6b4528a6fe4a8185c5e9 100644 (file)
@@ -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)