mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Import the errno module
This commit is contained in:
parent
affadeb9fd
commit
106ffdb672
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue