* src/Plugins.py, src/PluginMgr.py: Move to ReportUtils.
svn: r6133
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2000-2005 Donald N. Allingham
|
||||
# Copyright (C) 2000-2006 Donald N. Allingham
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -53,7 +53,7 @@ import OpenSpreadSheet
|
||||
import const
|
||||
import DateHandler
|
||||
from QuestionDialog import WarningDialog
|
||||
import Tool
|
||||
from PluginUtils import Tool, register_tool
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
@@ -477,8 +477,6 @@ class EventComparisonOptions(Tool.ToolOptions):
|
||||
#
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from PluginMgr import register_tool
|
||||
|
||||
register_tool(
|
||||
name = 'eventcmp',
|
||||
category = Tool.TOOL_ANAL,
|
||||
|
||||
Reference in New Issue
Block a user