Differences From Artifact [2d350ca81b]:
- File gluon/contrib/pyrtf/Constants.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 4081) [annotate] [blame] [check-ins using]
To Artifact [cbebd4e93b]:
- File gluon/contrib/pyrtf/Constants.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: 4082) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
151 152 153 154 155 156 157 | def _IsValid( cls, value ) : return value in cls.Codes IsValid = classmethod( _IsValid ) if __name__ == '__main__' : PrintHexTable() | > | 151 152 153 154 155 156 157 158 | def _IsValid( cls, value ) : return value in cls.Codes IsValid = classmethod( _IsValid ) if __name__ == '__main__' : PrintHexTable() |