tables.py: add import of Spacer bug fix contributed by Felix Labrecque <felixl@densi.com>
authorrgbecker
Tue, 15 Nov 2011 10:21:04 +0000
changeset 3551 dc4aedd55fea
parent 3550 cb2afd524453
child 3552 20ecbcc53c15
tables.py: add import of Spacer bug fix contributed by Felix Labrecque <felixl@densi.com>
src/reportlab/platypus/tables.py
--- a/src/reportlab/platypus/tables.py	Tue Oct 18 12:06:59 2011 +0000
+++ b/src/reportlab/platypus/tables.py	Tue Nov 15 10:21:04 2011 +0000
@@ -17,7 +17,7 @@
 See the test output from running this module as a script for a discussion of the method for constructing
 tables and table styles.
 """
-from reportlab.platypus.flowables import Flowable, Preformatted
+from reportlab.platypus.flowables import Flowable, Preformatted, Spacer
 from reportlab import rl_config
 from reportlab.lib.styles import PropertySet, ParagraphStyle, _baseFontName
 from reportlab.lib import colors