mirror of https://github.com/python/cpython
removed bizarre construct, no idea why it was there...
This commit is contained in:
parent
3bd8d0fb9c
commit
a212c5c37f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue