Bunch of import optimizations

This commit is contained in:
blitzmann
2018-09-16 00:05:36 -04:00
parent 5c6303995d
commit b4b8a158f5
57 changed files with 260 additions and 365 deletions

View File

@@ -18,10 +18,9 @@
# License along with eos. If not, see <http://www.gnu.org/licenses/>.
#======================================================================
import functools
import os
import sys
import functools
import re
# Add eos root path to sys.path so we can import ourselves
path = os.path.dirname(__file__)
@@ -46,7 +45,6 @@ def main(db, json_path):
eos.config.debug = False
# Now thats done, we can import the eos modules using the config
import eos.db
import eos.gamedata
# Create the database tables