mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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.
|
||||
|
||||
from __future__ import nested_scopes
|
||||
|
||||
def deltree(root):
|
||||
import os
|
||||
def rm(path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue