mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +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,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue