Commit a212c5c3 authored by Just van Rossum's avatar Just van Rossum

removed bizarre construct, no idea why it was there...

parent 3bd8d0fb
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment