Remove unused variable 'imports' from readmodule_ex().

This commit is contained in:
Guido van Rossum 2001-08-13 15:55:19 +00:00
parent 8f15bd8500
commit 4a5555b19d
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ def readmodule_ex(module, path=[], inpackage=0):
return dict
_modules[module] = dict
imports = []
classstack = [] # stack of (class, indent) pairs
src = f.read()
f.close()