* 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

View File

@ -2,7 +2,7 @@
# count_anc.py - Ancestor counting plugin for gramps
#
# Copyright (C) 2001 Jesper Zedlitz
# Copyright (C) 2004 Donald Allingham
# Copyright (C) 2004-2006 Donald 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
@ -45,7 +45,7 @@ import gtk.glade
#
#------------------------------------------------------------------------
import Utils
import Report
from PluginUtils import Report
#------------------------------------------------------------------------
#