mirror of https://github.com/python/cpython.git
Backing out nested scopes broke the Windows build. Repairing.
This commit is contained in:
parent
6efc6e7832
commit
0f4e93d434
|
@ -1,5 +1,7 @@
|
|||
# Remove all the .pyc and .pyo files under ../Lib.
|
||||
|
||||
from __future__ import nested_scopes
|
||||
|
||||
def deltree(root):
|
||||
import os
|
||||
def rm(path):
|
||||
|
|
Loading…
Reference in New Issue