mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 14:02:15 +00:00
8 lines
182 B
Python
8 lines
182 B
Python
# Hook up our custom paragraph parser.
|
|
import z3c.rml.paraparser
|
|
import z3c.rml.rlfix
|
|
|
|
|
|
from reportlab.lib.styles import getSampleStyleSheet
|
|
SampleStyleSheet = getSampleStyleSheet()
|