Cut pokeyellow build time in half by nuking __init__.py

Turns out that uselessly importing the 7300-line crystal.py on every
single invocation adds up!
This commit is contained in:
Eevee (Lexy Munroe) 2016-08-24 17:34:01 -07:00
parent 89c054a265
commit ceddb579b0

View File

@ -1,6 +1 @@
from __future__ import absolute_import
from . import configuration as config
from . import crystal
from . import preprocessor
__version__ = "1.6.0"