Added new move() function to __all__.
This commit is contained in:
parent
fb05c4e5bb
commit
2b9bfb33ff
|
@ -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…
Reference in New Issue