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,5 +1,4 @@
"""Interface to the compiler's internal symbol tables"""
from __future__ import nested_scopes
import _symtable
from _symtable import USE, DEF_GLOBAL, DEF_LOCAL, DEF_PARAM, \