dumping the correct file
This commit is contained in:
parent
5defd2df9f
commit
37d134b32b
@ -52,7 +52,7 @@ class MetaLoader(HyFinder):
|
|||||||
|
|
||||||
ispkg = self.is_package(fullname)
|
ispkg = self.is_package(fullname)
|
||||||
|
|
||||||
mod.__file__ = "<%s>" % self.__class__.__name__
|
mod.__file__ = pth
|
||||||
mod.__loader__ = self
|
mod.__loader__ = self
|
||||||
|
|
||||||
if ispkg:
|
if ispkg:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user