mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added new move() function to __all__.
This commit is contained in:
parent
fb05c4e5bb
commit
2b9bfb33ff
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import stat
|
|||
import exceptions
|
||||
|
||||
__all__ = ["copyfileobj","copyfile","copymode","copystat","copy","copy2",
|
||||
"copytree","rmtree","Error"]
|
||||
"copytree","move","rmtree","Error"]
|
||||
|
||||
class Error(exceptions.EnvironmentError):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue