Trying to double-import to trigger importer bugs

This commit is contained in:
Paul Tagliamonte 2013-03-26 19:09:42 -04:00
parent 2d781ac631
commit fee6263b85

View File

@ -4,3 +4,7 @@
import hy
from .native_tests.math import *
from .native_tests.language import *
import native_tests.math # NOQA
# test loading twice