* src/Plugins.py, src/PluginMgr.py: Move to ReportUtils.
svn: r6133
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
import gtk
|
||||
import ListModel
|
||||
import Tool
|
||||
from PluginUtils import Tool, register_tool
|
||||
_GENDER = [ _(u'female'), _(u'male'), _(u'unknown') ]
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
@@ -91,8 +91,6 @@ class DumpGenderStatsOptions(Tool.ToolOptions):
|
||||
|
||||
if __debug__:
|
||||
|
||||
from PluginMgr import register_tool
|
||||
|
||||
register_tool(
|
||||
name = 'dgenstats',
|
||||
category = Tool.TOOL_DEBUG,
|
||||
|
||||
Reference in New Issue
Block a user