branch | py33 |
changeset 3884 | 3bc59a4c3c21 |
parent 3850 | 52c3600611ec |
child 3975 | 4a3599863c11 |
--- a/src/reportlab/platypus/doctemplate.py Tue Dec 03 13:57:08 2013 +0000 +++ b/src/reportlab/platypus/doctemplate.py Tue Dec 03 13:57:37 2013 +0000 @@ -961,7 +961,7 @@ passes += 1 if self._onProgress: self._onProgress('PASS', passes) - if verbose: print('building pass '+str(passes) + '...', end=' ') + if verbose: sys.stdout.write('building pass '+str(passes) + '...') for fl in self._indexingFlowables: fl.beforeBuild()