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