Remove now-unnecessary "from __future__ import nested_scopes" stmts.

This commit is contained in:
Tim Peters 2001-07-12 22:36:02 +00:00
parent 9a1ae1a960
commit c4889c496a
5 changed files with 7 additions and 14 deletions

View file

@ -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):