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

This commit is contained in:
Just van Rossum 2003-02-01 10:29:45 +00:00
parent 3bd8d0fb9c
commit a212c5c37f
1 changed files with 0 additions and 1 deletions

View File

@ -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",