moving atoms around to make it easier for internals.
This commit is contained in:
parent
34e38728ca
commit
65db83d1ff
@ -23,12 +23,13 @@ __appname__ = "hy"
|
|||||||
__version__ = "0.9.5"
|
__version__ = "0.9.5"
|
||||||
|
|
||||||
|
|
||||||
import hy.importer # NOQA
|
|
||||||
# we import for side-effects.
|
|
||||||
|
|
||||||
from hy.models.expression import HyExpression # NOQA
|
from hy.models.expression import HyExpression # NOQA
|
||||||
from hy.models.integer import HyInteger # NOQA
|
from hy.models.integer import HyInteger # NOQA
|
||||||
from hy.models.string import HyString # NOQA
|
from hy.models.string import HyString # NOQA
|
||||||
from hy.models.symbol import HySymbol # NOQA
|
from hy.models.symbol import HySymbol # NOQA
|
||||||
from hy.models.dict import HyDict # NOQA
|
from hy.models.dict import HyDict # NOQA
|
||||||
from hy.models.list import HyList # NOQA
|
from hy.models.list import HyList # NOQA
|
||||||
|
|
||||||
|
|
||||||
|
import hy.importer # NOQA
|
||||||
|
# we import for side-effects.
|
||||||
|
Loading…
Reference in New Issue
Block a user