fix tox stuff

This commit is contained in:
blitzmann
2017-09-21 21:21:14 -04:00
parent dbdbe155f3
commit c30c07b91c
2 changed files with 3 additions and 2 deletions

View File

@@ -82,4 +82,4 @@ class EveMarketData(object):
pass
Price.register(EveMarketData)
Price.register(EveMarketData)

View File

@@ -210,4 +210,5 @@ class PriceWorkerThread(threading.Thread):
self.wait[itemID] = []
self.wait[itemID].append(callback)
from service.marketSources import * # noqa: E402,F401
from service.marketSources import evecentral, evemarketdata # noqa: E402