svn: r6120
This commit is contained in:
Alex Roitman
2006-03-09 20:21:32 +00:00
parent f3ba0044c3
commit 1359e602d2
8 changed files with 24 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2005 Donald N. Allingham
# Copyright (C) 2000-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
@@ -43,10 +43,10 @@ import gtk
#
#------------------------------------------------------------------------
import BaseDoc
import Report
from PluginUtils import Report, ReportOptions, ReportUtils
from SubstKeywords import SubstKeywords
from ReportUtils import pt2cm, cm2pt
import ReportOptions
pt2cm = ReportUtils.pt2cm
cm2pt = ReportUtils.cm2pt
#------------------------------------------------------------------------
#