fixed issue #524

This commit is contained in:
d1ffuz0r 2012-08-29 22:26:39 +04:00
parent 80b2689335
commit 8d330a368a

View file

@ -44,7 +44,7 @@ class ExtensionImporter(object):
def install(self):
sys.meta_path[:] = [x for x in sys.meta_path if self != x] + [self]
def find_module(self, fullname, path=None):
def find_module(self, fullname):
if fullname.startswith(self.prefix):
return self