Moved compat.py to new dir utils/ and also added timer class

This commit is contained in:
blitzmann
2014-11-29 20:47:53 -05:00
parent 8351b0fc9d
commit 8df7593223
9 changed files with 37 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ import locale
try:
from collections import OrderedDict
except ImportError:
from gui.utils.compat import OrderedDict
from utils.compat import OrderedDict
class TargetingMiscViewFull(StatsView):
name = "targetingmiscViewFull"