From eac193566f306f3f5fd41f0b84dba544d52d9d99 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 26 Jul 2014 09:52:31 -0700 Subject: [PATCH] 4011: "reports" should have a "no private information" button --- gramps/plugins/textreport/simplebooktitle.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gramps/plugins/textreport/simplebooktitle.py b/gramps/plugins/textreport/simplebooktitle.py index e78a0552f..3af1c994a 100644 --- a/gramps/plugins/textreport/simplebooktitle.py +++ b/gramps/plugins/textreport/simplebooktitle.py @@ -26,8 +26,6 @@ # #------------------------------------------------------------------------ import time -from gramps.gen.const import GRAMPS_LOCALE as glocale -_ = glocale.translation.sgettext import os #------------------------------------------------------------------------ @@ -35,12 +33,14 @@ import os # gramps modules # #------------------------------------------------------------------------ +from gramps.gen.const import GRAMPS_LOCALE as glocale +_ = glocale.translation.sgettext from gramps.gen.plug.menu import StringOption, MediaOption, NumberOption from gramps.gen.utils.file import media_path_full from gramps.gen.plug.report import Report from gramps.gen.plug.report import MenuReportOptions from gramps.gen.plug.docgen import (FontStyle, ParagraphStyle, - FONT_SANS_SERIF, PARA_ALIGN_CENTER) + FONT_SANS_SERIF, PARA_ALIGN_CENTER) #------------------------------------------------------------------------ #