]> granicus.if.org Git - python/commitdiff
Added new move() function to __all__.
authorRaymond Hettinger <python@rcn.com>
Wed, 30 Oct 2002 05:44:50 +0000 (05:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 30 Oct 2002 05:44:50 +0000 (05:44 +0000)
Lib/shutil.py

index e94e7d9e0cabbf9fd923d4149222ee71419fed90..6aa2e3d669e44f78939bf264ed8e78a20ba12fc4 100644 (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