mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +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???
|
||||
"""
|
||||
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