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

@@ -25,7 +25,7 @@ import time
try:
from collections import OrderedDict
except ImportError:
from gui.utils.compat import OrderedDict
from utils.compat import OrderedDict
cachedBitmapsCount = 0
cachedBitmaps = OrderedDict()