From 37d134b32b72927635f14cf1e71a2cf6c5256d80 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Mon, 24 Dec 2012 05:08:39 +0000 Subject: [PATCH] dumping the correct file --- hy/lang/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/lang/importer.py b/hy/lang/importer.py index 2c6ab6f..0b53200 100644 --- a/hy/lang/importer.py +++ b/hy/lang/importer.py @@ -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: