diff options
Diffstat (limited to 'Lib/symtable.py')
-rw-r--r-- | Lib/symtable.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/symtable.py b/Lib/symtable.py index 210c33978f..15549eeb1d 100644 --- a/Lib/symtable.py +++ b/Lib/symtable.py @@ -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, \ |