Import the errno module
This commit is contained in:
parent
affadeb9fd
commit
106ffdb672
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user