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 @@ def report(self):
keys = self.modules.keys() keys = self.modules.keys()
keys.sort() keys.sort()
for key in keys: for key in keys:
continue
m = self.modules[key] m = self.modules[key]
if m.__path__: if m.__path__:
print "P", print "P",