forked from orbit-oss/flask
This commit is contained in:
parent
8339cb3508
commit
1e39871d68
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
def find_module(self, fullname, path=None):
|
||||
if fullname.startswith(self.prefix):
|
||||
return self
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue