Differences From Artifact [1f28537045]:
- File gluon/contrib/pyfpdf/designer.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 25978) [annotate] [blame] [check-ins using]
To Artifact [707a438744]:
- File gluon/contrib/pyfpdf/designer.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: 25979) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
727 728 729 730 731 732 733 734 735 | app = wx.PySimpleApp() ogl.OGLInitialize() frame = AppFrame() app.MainLoop() app.Destroy() | > | 727 728 729 730 731 732 733 734 735 736 | app = wx.PySimpleApp() ogl.OGLInitialize() frame = AppFrame() app.MainLoop() app.Destroy() |