* 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 4521959d93
commit 199a9b7616
91 changed files with 321 additions and 375 deletions

View File

@@ -52,7 +52,7 @@ import gtk
# GRAMPS modules
#
#------------------------------------------------------------------------
from PluginUtils import Report, ReportOptions
from PluginUtils import Report, ReportOptions, register_report
import GenericFilter
import RelLib
import DateHandler
@@ -961,7 +961,6 @@ def get_description_graphics():
#
#
#------------------------------------------------------------------------
from PluginMgr import register_report
register_report(
name = 'rel_graph',
category = Report.CATEGORY_CODE,