Resolve 352 (Clean up root folder)

This commit is contained in:
DarkPhoenix
2010-12-18 13:34:51 +03:00
parent ab17c6d3c4
commit cede27f1b2
25 changed files with 26 additions and 26 deletions

View File

@@ -18,14 +18,14 @@
#===============================================================================
import os.path
import config
from gui import config
import wx
import time
try:
from collections import OrderedDict
except ImportError:
from compat import OrderedDict
from gui.compat import OrderedDict
cachedBitmapsCount = 0
cachedBitmaps = OrderedDict()