Added new move() function to __all__.

This commit is contained in:
Raymond Hettinger 2002-10-30 05:44:50 +00:00
parent fb05c4e5bb
commit 2b9bfb33ff
1 changed files with 1 additions and 1 deletions

View File

@ -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