Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f4e93d

Browse files
committed
Backing out nested scopes broke the Windows build. Repairing.
1 parent 6efc6e7 commit 0f4e93d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PCbuild/rmpyc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Remove all the .pyc and .pyo files under ../Lib.
22

3+
from __future__ import nested_scopes
4+
35
def deltree(root):
46
import os
57
def rm(path):

0 commit comments

Comments
 (0)