* PluginUtils: Add module with Report and Tool utils.

svn: r6121
This commit is contained in:
Alex Roitman
2006-03-09 20:49:29 +00:00
parent 1359e602d2
commit bd67a5ec84
32 changed files with 231 additions and 242 deletions

@@ -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
#------------------------------------------------------------------------
#