summaryrefslogtreecommitdiffstats
path: root/PCbuild/rmpyc.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-27 21:11:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-27 21:11:46 (GMT)
commit0f4e93d4348bbb357bda97505278d0c8738a1d53 (patch)
treeb5f56d2ffb5d48b8eb9a8bd8babc55b8a9a0be3c /PCbuild/rmpyc.py
parent6efc6e783247f54e4dd3b4297a0a7d2bc654a141 (diff)
downloadcpython-0f4e93d4348bbb357bda97505278d0c8738a1d53.zip
cpython-0f4e93d4348bbb357bda97505278d0c8738a1d53.tar.gz
cpython-0f4e93d4348bbb357bda97505278d0c8738a1d53.tar.bz2
Backing out nested scopes broke the Windows build. Repairing.
Diffstat (limited to 'PCbuild/rmpyc.py')
-rw-r--r--PCbuild/rmpyc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py
index 019c69b..a87eab8 100644
--- a/PCbuild/rmpyc.py
+++ b/PCbuild/rmpyc.py
@@ -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):