Differences From Artifact [5d666989e3]:
- File gluon/contrib/pyfpdf/__init__.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 80) [annotate] [blame] [check-ins using]
To Artifact [a690337115]:
- File gluon/contrib/pyfpdf/__init__.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: 81) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 | from fpdf import FPDF from html import HTMLMixin from template import Template | > | 1 2 3 4 5 | from fpdf import FPDF from html import HTMLMixin from template import Template |