diff options
-rw-r--r-- | Lib/shutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/shutil.py b/Lib/shutil.py index e94e7d9..6aa2e3d 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -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 |