From fee6263b856761aeec0bc2fe7879f43528e12218 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 26 Mar 2013 19:09:42 -0400 Subject: [PATCH] Trying to double-import to trigger importer bugs --- tests/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index 8b85ff7..f96d417 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -4,3 +4,7 @@ import hy from .native_tests.math import * from .native_tests.language import * + + +import native_tests.math # NOQA +# test loading twice