mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue