Merge pull request #1765 from pyfa-org/hotfix/2.5.0

fix issue with pyinstaller not finding correct modules
This commit is contained in:
Ryan Holmes
2018-10-11 22:02:59 -04:00
committed by GitHub

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