Import the errno module

This commit is contained in:
Andrew M. Kuchling 2001-08-09 20:59:53 +00:00
parent affadeb9fd
commit 106ffdb672

View file

@ -188,6 +188,7 @@ 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)