svn: r6826
This commit is contained in:
Alex Roitman
2006-05-31 03:48:32 +00:00
parent 0abb982817
commit 8b211d50f4
5 changed files with 9 additions and 8 deletions

View File

@@ -33,7 +33,8 @@ from gettext import gettext as _
# Gramps modules
#
#-------------------------------------------------------------------------
from PluginUtils import register_draw_doc, ReportUtils, Report
from PluginUtils import register_draw_doc
from ReportBase import Report, ReportUtils
pt2cm, rgb_color = ReportUtils.pt2cm, ReportUtils.rgb_color
import Errors
import BaseDoc