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