fix issue with pyinstaller not finding correct modules

This commit is contained in:
blitzmann
2018-10-11 22:02:36 -04:00
parent 673a2e25e3
commit d46a2d61bb

View File

@@ -235,4 +235,4 @@ class PriceWorkerThread(threading.Thread):
# Import market sources only to initialize price source modules, they register on their own
from .marketSources import *
from service.marketSources import evemarketer, evemarketdata # noqa: E402