GEPS008: Removed Utils module

svn: r19923
This commit is contained in:
Nick Hall
2012-06-25 22:04:16 +00:00
parent 6f04233439
commit 449bb71a49
19 changed files with 204 additions and 225 deletions

View File

@@ -53,7 +53,7 @@ from gen.dbstate import DbState
from gen.db import DbBsddb
import gen.db.exceptions
from gen.plug import BasePluginManager
from Utils import get_researcher
from gen.utils.config import get_researcher
from gen.recentfiles import recent_files
#-------------------------------------------------------------------------