]> granicus.if.org Git - python/commitdiff
removed bizarre construct, no idea why it was there...
authorJust van Rossum <just@letterror.com>
Sat, 1 Feb 2003 10:29:45 +0000 (10:29 +0000)
committerJust van Rossum <just@letterror.com>
Sat, 1 Feb 2003 10:29:45 +0000 (10:29 +0000)
Lib/modulefinder.py

index 68ea9b9d2729f3b9746558de37ac3f747c51f9e0..fcb80de47829a861d51f6d7aacf57c94246f1551 100644 (file)
@@ -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",