diff options
| author | Guido van Rossum <guido@python.org> | 2001-08-13 15:55:19 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2001-08-13 15:55:19 +0000 |
| commit | 31b3484f15a219300efe5e2212da92b2caa45674 (patch) | |
| tree | 73d1ed61af93da9ea04ac6b727379d8dfeb3cdfa | |
| parent | 5930441c12597d261ce3c9d9426dc3c149c88e0c (diff) | |
| download | cpython-31b3484f15a219300efe5e2212da92b2caa45674.tar.gz | |
Remove unused variable 'imports' from readmodule_ex().
| -rw-r--r-- | Lib/pyclbr.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pyclbr.py b/Lib/pyclbr.py index ea42c30f3d..4a153caf98 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() |
