Revert "Resolve 352 (Clean up root folder)"

This reverts commit cede27f1b2.
This commit is contained in:
DarkPhoenix
2010-12-18 13:46:36 +03:00
parent cede27f1b2
commit 243291959f
25 changed files with 26 additions and 26 deletions

View File

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