From 9d34c2a2e66c0314b50d2438721516b97920e0de Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Mon, 13 Mar 2017 11:52:18 -0700 Subject: [PATCH] Add TODO --- eos/modifiedAttributeDict.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eos/modifiedAttributeDict.py b/eos/modifiedAttributeDict.py index 1b0b28fc6..9658d6855 100644 --- a/eos/modifiedAttributeDict.py +++ b/eos/modifiedAttributeDict.py @@ -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 = {}