summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-07-12 22:36:02 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-07-12 22:36:02 (GMT)
commitc4889c496ade6a1529a74054f8fcc2847d8cd0bb (patch)
tree996c3f196b2fe35c6c0e6c382cd1450b60594136 /PCbuild
parent9a1ae1a9605b2832e2cdfee1f35cbb811ca2729f (diff)
downloadcpython-c4889c496ade6a1529a74054f8fcc2847d8cd0bb.zip
cpython-c4889c496ade6a1529a74054f8fcc2847d8cd0bb.tar.gz
cpython-c4889c496ade6a1529a74054f8fcc2847d8cd0bb.tar.bz2
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/rmpyc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py
index a87eab8..019c69b 100644
--- a/PCbuild/rmpyc.py
+++ b/PCbuild/rmpyc.py
@@ -1,7 +1,5 @@
# Remove all the .pyc and .pyo files under ../Lib.
-from __future__ import nested_scopes
-
def deltree(root):
import os
def rm(path):