Moving math.hy
so it doesn't clash with library math module; band aid around issue #583 (PEP 328 non-compliance)
This commit is contained in:
parent
ddcf192da4
commit
914a18f5b0
@ -4,7 +4,7 @@
|
||||
import hy # noqa
|
||||
from .native_tests.cons import * # noqa
|
||||
from .native_tests.defclass import * # noqa
|
||||
from .native_tests.math import * # noqa
|
||||
from .native_tests.mathematics import * # noqa
|
||||
from .native_tests.native_macros import * # noqa
|
||||
from .native_tests.quote import * # noqa
|
||||
from .native_tests.language import * # noqa
|
||||
|
Loading…
x
Reference in New Issue
Block a user