Moved compat.py to gui/utils folder
This commit is contained in:
@@ -25,7 +25,7 @@ import time
|
|||||||
try:
|
try:
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from compat import OrderedDict
|
from gui.utils.compat import OrderedDict
|
||||||
|
|
||||||
cachedBitmapsCount = 0
|
cachedBitmapsCount = 0
|
||||||
cachedBitmaps = OrderedDict()
|
cachedBitmaps = OrderedDict()
|
||||||
|
|||||||
Reference in New Issue
Block a user