Kaydet (Commit) 106ffdb6 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Import the errno module

üst affadeb9
...@@ -188,7 +188,8 @@ def move_file (src, dst, ...@@ -188,7 +188,8 @@ 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