mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
removed bizarre construct, no idea why it was there...
This commit is contained in:
parent
3bd8d0fb9c
commit
a212c5c37f
1 changed files with 0 additions and 1 deletions
|
@ -412,7 +412,6 @@ class ModuleFinder:
|
||||||
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…
Add table
Add a link
Reference in a new issue