Commit 7248741c authored by Raymond Hettinger's avatar Raymond Hettinger

Added new move() function to __all__.

parent 46e7d883
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment