GEPS008: Moved config module

svn: r19809
This commit is contained in:
Nick Hall
2012-06-09 20:10:28 +00:00
parent 03608064ef
commit aabc6c05c2
101 changed files with 101 additions and 101 deletions

View File

@@ -40,7 +40,7 @@ LOG = logging.getLogger(".citation")
#
#-------------------------------------------------------------------------
import gen.lib
import config
from gen.config import config
from gui.views.listview import ListView
from gui.views.treemodels import SourceModel
import Utils