]> granicus.if.org Git - python/commitdiff
Add import sys, needed by reference to sys.exc_info() in rmtree().
authorGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 23:07:51 +0000 (23:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 23:07:51 +0000 (23:07 +0000)
Discovered by Mitch Chapman.

Lib/shutil.py

index b44a0694466611c878207bf173a7112b90bbd94d..eb334f70f47ed8ca7f6893b8924b747993435053 100644 (file)
@@ -5,6 +5,7 @@ XXX The functions here don't copy the data fork or other metadata on Mac.
 """
 
 import os
+import sys
 import stat