This commit is contained in:
Ebag333
2017-03-13 11:52:18 -07:00
parent 4f12caa05f
commit 9d34c2a2e6

View File

@@ -19,6 +19,8 @@
import collections
from math import exp
# TODO: This needs to be moved out, we shouldn't have *ANY* dependencies back to other modules/methods inside eos.
# This also breaks writing any tests. :(
from eos.db.gamedata.queries import getAttributeInfo
defaultValuesCache = {}