mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Backing out nested scopes broke the Windows build. Repairing.
This commit is contained in:
parent
6efc6e7832
commit
0f4e93d434
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Remove all the .pyc and .pyo files under ../Lib.
|
# Remove all the .pyc and .pyo files under ../Lib.
|
||||||
|
|
||||||
|
from __future__ import nested_scopes
|
||||||
|
|
||||||
def deltree(root):
|
def deltree(root):
|
||||||
import os
|
import os
|
||||||
def rm(path):
|
def rm(path):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue