This commit is contained in:
Jamie Hardt
2021-05-20 17:56:26 -07:00
parent d52c063607
commit ccf35283a7

View File

@@ -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