From 4a5555b19df364819aa1e3013e0e1701b8cde31a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 13 Aug 2001 15:55:19 +0000 Subject: Remove unused variable 'imports' from readmodule_ex(). --- Lib/pyclbr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/pyclbr.py b/Lib/pyclbr.py index ea42c30..4a153ca 100644 --- a/Lib/pyclbr.py +++ b/Lib/pyclbr.py @@ -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() -- cgit v0.12