Add import sys, needed by reference to sys.exc_info() in rmtree().

Discovered by Mitch Chapman.
This commit is contained in:
Guido van Rossum 1999-02-23 23:07:51 +00:00
parent b6cf9a4fc4
commit 83c03e2d94
1 changed files with 1 additions and 0 deletions

View 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