]> granicus.if.org Git - python/commitdiff
Remove unused variable 'imports' from readmodule_ex().
authorGuido van Rossum <guido@python.org>
Mon, 13 Aug 2001 15:55:19 +0000 (15:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Aug 2001 15:55:19 +0000 (15:55 +0000)
Lib/pyclbr.py

index ea42c30f3d8941920eff2154affb5ef918ef7822..4a153caf98e42df072eb458e697d5ca761d9b561 100644 (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()