Commit 79e5f5de authored by Guido van Rossum's avatar Guido van Rossum

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

Discovered by Mitch Chapman.
parent daf07540
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment