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

Import the errno module

parent 6daca2f3
......@@ -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)
......
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