From: Just van Rossum Date: Sat, 1 Feb 2003 10:29:45 +0000 (+0000) Subject: removed bizarre construct, no idea why it was there... X-Git-Tag: v2.3c1~2126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a212c5c37ff7e24c5d30a4fea1a13c79d176f50e;p=thirdparty%2FPython%2Fcpython.git removed bizarre construct, no idea why it was there... --- diff --git a/Lib/modulefinder.py b/Lib/modulefinder.py index 68ea9b9d2729..fcb80de47829 100644 --- a/Lib/modulefinder.py +++ b/Lib/modulefinder.py @@ -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",