Commit db61a5d3 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Import the errno module

parent 6daca2f3
...@@ -188,6 +188,7 @@ def move_file (src, dst, ...@@ -188,6 +188,7 @@ def move_file (src, dst,
other systems??? other systems???
""" """
from os.path import exists, isfile, isdir, basename, dirname from os.path import exists, isfile, isdir, basename, dirname
import errno
if verbose: if verbose:
print "moving %s -> %s" % (src, dst) print "moving %s -> %s" % (src, dst)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment