From 4921c300752ea0c585e122452735357e8dcc846e Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Tue, 9 Feb 2016 00:34:13 +0100 Subject: [PATCH] more import fixes --- meta_mixin/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta_mixin/__init__.py b/meta_mixin/__init__.py index 7dce29a..4f3820a 100644 --- a/meta_mixin/__init__.py +++ b/meta_mixin/__init__.py @@ -5,5 +5,6 @@ # make sure meta is in sys.modules import meta # NOQA + # link this module to meta sys.modules[__name__] = sys.modules['meta']