* src/docgen/PSDrawDoc.py: fix imports - make it work
* src/ReportBase/_StyleEditor.py: use ManagedWindow * src/ReportBase/_BareReportDialog.py: import StyleEditor * src/plugins/BookReport.py: fix "Center Person" display * src/plugins/WriteCD.py: fail gracefully without Gnome svn: r6860
This commit is contained in:
@@ -31,9 +31,10 @@ from gettext import gettext as _
|
||||
#-------------------------------------------------------------------------
|
||||
#Gramps modules
|
||||
#-------------------------------------------------------------------------
|
||||
#from PluginUtils import register_draw_doc from ReportBase import
|
||||
#Report, ReportUtils import Errors import BaseDoc from Utils import
|
||||
#gformat
|
||||
from ReportBase import ReportUtils
|
||||
from PluginUtils import register_draw_doc
|
||||
import BaseDoc
|
||||
from Utils import gformat
|
||||
|
||||
def lrgb(grp):
|
||||
grp = ReportUtils.rgb_color(grp)
|
||||
|
||||
Reference in New Issue
Block a user