* PluginUtils: Add module with Report and Tool utils.
svn: r6121
This commit is contained in:
ChangeLogconfigure.in
src
Makefile.am
PluginUtils
Plugins.pyplugins
AncestorChart.pyAncestorChart2.pyAncestorReport.pyAncestors.pyBookReport.pyCalendar.pyCmdRef.pyCountAncestors.pyCustomBookText.pyDesGraph.pyDescendChart.pyDescendReport.pyDetAncestralReport.pyDetDescendantReport.pyFamilyGroup.pyFanChart.pyFtmStyleAncestors.pyFtmStyleDescendants.pyGraphViz.pyIndivComplete.pyIndivSummary.pyNavWebPage.pySimpleBookTitle.pyStatisticsChart.pySummary.pyTimeLine.py
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2003-2005 Donald N. Allingham
|
||||
# Copyright (C) 2003-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
|
||||
@@ -34,13 +34,11 @@ from gettext import gettext as _
|
||||
# gramps modules
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
import Report
|
||||
import BaseDoc
|
||||
import RelLib
|
||||
import ReportOptions
|
||||
import DateHandler
|
||||
import const
|
||||
import ReportUtils
|
||||
from PluginUtils import Report, ReportOptions, ReportUtils
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
Reference in New Issue
Block a user