summaryrefslogtreecommitdiff
path: root/Lib/modulefinder.py
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2003-02-01 10:29:45 +0000
committerJust van Rossum <just@letterror.com>2003-02-01 10:29:45 +0000
commitc06403da86c08c16a4c4e852867af53b51a4df88 (patch)
tree0c6894efb5380bb3b695f7869191de7330bf1797 /Lib/modulefinder.py
parent949de98f878dbf15cc31d00ece4cb30489bb330b (diff)
downloadcpython-c06403da86c08c16a4c4e852867af53b51a4df88.tar.gz
removed bizarre construct, no idea why it was there...
Diffstat (limited to 'Lib/modulefinder.py')
-rw-r--r--Lib/modulefinder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py
index 68ea9b9d27..fcb80de478 100644
--- a/Lib/modulefinder.py
+++ b/Lib/modulefinder.py
@@ -412,7 +412,6 @@ class ModuleFinder:
keys = self.modules.keys()
keys.sort()
for key in keys:
- continue
m = self.modules[key]
if m.__path__:
print "P",