mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
Add import sys, needed by reference to sys.exc_info() in rmtree().
Discovered by Mitch Chapman.
This commit is contained in:
parent
b6cf9a4fc4
commit
83c03e2d94
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user