mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
Style
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from .common import GRect, draw_header_footer, ReportCanvas, make_doc_template
|
from .common import make_doc_template
|
||||||
from reportlab.lib.units import inch
|
from reportlab.lib.units import inch
|
||||||
from reportlab.lib.pagesizes import letter
|
from reportlab.lib.pagesizes import letter
|
||||||
|
|
||||||
from reportlab.platypus import BaseDocTemplate, Paragraph, Spacer, \
|
from reportlab.platypus import Paragraph, Spacer, KeepTogether, Table, HRFlowable
|
||||||
KeepTogether, Table, HRFlowable, PageTemplate, Frame
|
|
||||||
from reportlab.lib.styles import getSampleStyleSheet
|
from reportlab.lib.styles import getSampleStyleSheet
|
||||||
from reportlab.lib import colors
|
from reportlab.lib import colors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user