Added printing requirements

This commit is contained in:
Tom Price
2014-12-07 17:32:24 +00:00
parent c76d12d877
commit 7ba11a2db9
571 changed files with 143368 additions and 6 deletions

7
z3c/rml/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
# Hook up our custom paragraph parser.
import z3c.rml.paraparser
import z3c.rml.rlfix
from reportlab.lib.styles import getSampleStyleSheet
SampleStyleSheet = getSampleStyleSheet()