dumping the correct file

This commit is contained in:
Paul Tagliamonte 2012-12-24 05:08:39 +00:00
parent 5defd2df9f
commit 37d134b32b

View File

@ -52,7 +52,7 @@ class MetaLoader(HyFinder):
ispkg = self.is_package(fullname)
mod.__file__ = "<%s>" % self.__class__.__name__
mod.__file__ = pth
mod.__loader__ = self
if ispkg: