Polish some bits to silence pychecker.

This commit is contained in:
Thomas Heller 2002-11-26 08:06:50 +00:00
parent 8af41ceece
commit 318b7b920d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import dis
import imp
import marshal
import os
import re
import sys
import new
@ -122,6 +121,7 @@ class ModuleFinder:
return q
if m.__path__:
self.ensure_fromlist(m, fromlist)
return None
def determine_parent(self, caller):
self.msgin(4, "determine_parent", caller)