diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-12 22:36:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-12 22:36:02 (GMT) |
commit | c4889c496ade6a1529a74054f8fcc2847d8cd0bb (patch) | |
tree | 996c3f196b2fe35c6c0e6c382cd1450b60594136 /PCbuild/rmpyc.py | |
parent | 9a1ae1a9605b2832e2cdfee1f35cbb811ca2729f (diff) | |
download | cpython-c4889c496ade6a1529a74054f8fcc2847d8cd0bb.zip cpython-c4889c496ade6a1529a74054f8fcc2847d8cd0bb.tar.gz cpython-c4889c496ade6a1529a74054f8fcc2847d8cd0bb.tar.bz2 |
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
Diffstat (limited to 'PCbuild/rmpyc.py')
-rw-r--r-- | PCbuild/rmpyc.py | 2 |
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): |