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

View file

@ -5,6 +5,7 @@
"""
import os
import sys
import stat