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