* src/Plugins.py, src/PluginMgr.py: Move to ReportUtils.

svn: r6133
This commit is contained in:
Alex Roitman
2006-03-11 01:12:06 +00:00
parent 9d086fd022
commit 6b9d4207ce
91 changed files with 321 additions and 375 deletions

View File

@@ -47,7 +47,7 @@ import GrampsDisplay
#------------------------------------------------------------------------
import RelLib
import Utils
import Tool
from PluginUtils import Tool, register_report
#-------------------------------------------------------------------------
#
@@ -705,8 +705,6 @@ class VerifyOptions(Tool.ToolOptions):
#
#
#-------------------------------------------------------------------------
from PluginMgr import register_tool
register_tool(
name = 'verify',
category = Tool.TOOL_UTILS,