part 3 : split basedoc in files, remove Utils dependance, move fontscale in gen,
update build system svn: r12603
This commit is contained in:
po
src
Makefile.am
ReportBase
Simple
Utils.pydocgen
gen
plug
__init__.py
docbackend
docgen
Makefile.am__init__.pybasedoc.pydrawdoc.pyfontscale.pyfontstyle.pygraphdoc.pygraphicstyle.pypaperstyle.pyparagraphstyle.pystylesheet.pytablestyle.pytextdoc.py
utils.pyutils
plugins
@ -38,10 +38,9 @@ from math import radians
|
||||
# Gramps modules
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
from gen.plug.docgen import BaseDoc, TextDoc, DrawDoc, ParagraphStyle,\
|
||||
TableCellStyle
|
||||
from gen.plug.docgen.basedoc import (FONT_SANS_SERIF, FONT_SERIF,
|
||||
FONT_MONOSPACE, PARA_ALIGN_CENTER, PARA_ALIGN_LEFT)
|
||||
from gen.plug.docgen import (BaseDoc, TextDoc, DrawDoc, ParagraphStyle,
|
||||
TableCellStyle, FONT_SANS_SERIF, FONT_SERIF,
|
||||
FONT_MONOSPACE, PARA_ALIGN_CENTER, PARA_ALIGN_LEFT)
|
||||
from ReportBase import ReportUtils
|
||||
from Errors import PluginError
|
||||
from gen.plug import PluginManager, Plugin
|
||||
|
Reference in New Issue
Block a user