author | rgbecker |
Thu, 29 Jan 2009 12:46:57 +0000 | |
changeset 3095 | 65e60a3bc048 |
parent 3094 | 5387517a8605 |
child 3096 | eba7d1224d1c |
--- a/src/reportlab/platypus/doctemplate.py Wed Jan 28 12:25:33 2009 +0000 +++ b/src/reportlab/platypus/doctemplate.py Thu Jan 29 12:46:57 2009 +0000 @@ -151,7 +151,7 @@ ActionFlowable.__init__(self,('currentFrame',ix,resume)) class NullActionFlowable(ActionFlowable): - def apply(self): + def apply(self,doc): pass class _FrameBreak(LCActionFlowable):