* 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

@@ -42,7 +42,7 @@ import gtk
#
#------------------------------------------------------------------------
import RelLib
from PluginUtils import Report, ReportOptions
from PluginUtils import Report, ReportOptions, register_report
import BaseDoc
import const
import DateHandler
@@ -737,7 +737,6 @@ class FamilyGroupOptions(ReportOptions.ReportOptions):
#
#
#------------------------------------------------------------------------
from PluginMgr import register_report
register_report(
name = 'family_group',
category = Report.CATEGORY_TEXT,