From ceddb579b0e0342dec9ebaebcac04d9de10f1bea Mon Sep 17 00:00:00 2001 From: "Eevee (Lexy Munroe)" Date: Wed, 24 Aug 2016 17:34:01 -0700 Subject: 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! --- pokemontools/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pokemontools/__init__.py b/pokemontools/__init__.py index 29330ac..e4adfb8 100644 --- a/pokemontools/__init__.py +++ b/pokemontools/__init__.py @@ -1,6 +1 @@ -from __future__ import absolute_import -from . import configuration as config -from . import crystal -from . import preprocessor - __version__ = "1.6.0" -- cgit v1.2.3