Differences From Artifact [10244f7fd3]:
- File gluon/contrib/markmin/markmin2pdf.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 3551) [annotate] [blame] [check-ins using]
To Artifact [25d21339f1]:
- File gluon/contrib/markmin/markmin2pdf.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 3552) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
123 124 125 126 127 128 129 | 123 124 125 126 127 128 129 130 | + |
if errors:
print 'ERRORS:'+'\n'.join(errors)
print 'WARNGINS:'+'\n'.join(warnings)
else:
print data
else:
doctest.testmod()
|