part 3 : split basedoc in files, remove Utils dependance, move fontscale in gen,
update build system svn: r12603
This commit is contained in:
@@ -35,7 +35,7 @@ from gettext import gettext as _
|
||||
# Gramps modules
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from gen.plug.docgen.basedoc import FONT_SERIF
|
||||
from gen.plug.docgen import FONT_SERIF
|
||||
from docgen import SpreadSheetDoc
|
||||
|
||||
import const
|
||||
|
@@ -35,7 +35,7 @@ from gettext import gettext as _
|
||||
# Gramps modules
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from gen.plug.docgen.basedoc import FONT_SERIF
|
||||
from gen.plug.docgen import FONT_SERIF
|
||||
from SpreadSheetDoc import SpreadSheetDoc
|
||||
|
||||
import const
|
||||
|
@@ -19,8 +19,7 @@
|
||||
#
|
||||
|
||||
from gen.plug.docgen import FontStyle, ParagraphStyle, TableStyle,\
|
||||
TableCellStyle
|
||||
from gen.plug.docgen.basedoc import PAPER_PORTRAIT
|
||||
TableCellStyle,PAPER_PORTRAIT
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@@ -35,8 +35,7 @@ import pango
|
||||
# Gramps modules
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
from gen.plug.docgen import BaseDoc, TextDoc
|
||||
from gen.plug.docgen.basedoc import (FONT_SERIF, PARA_ALIGN_RIGHT,
|
||||
from gen.plug.docgen import (BaseDoc, TextDoc, FONT_SERIF, PARA_ALIGN_RIGHT,
|
||||
FONT_SANS_SERIF, FONT_MONOSPACE, PARA_ALIGN_CENTER,
|
||||
PARA_ALIGN_LEFT)
|
||||
import ManagedWindow
|
||||
|
Reference in New Issue
Block a user