Changeset 8172 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 16 Apr 2012, 08:13:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/interfaces.py
r8160 r8172 22 22 from waeup.kofa.interfaces import IKofaObject 23 23 from waeup.kofa.interfaces import MessageFactory as _ 24 from waeup.kofa.schema import FormattedDate25 24 26 25 class IAccessCode(IKofaObject): … … 61 60 """A factory for batches of access codes. 62 61 """ 63 creation_date = FormattedDate(62 creation_date = schema.Date( 64 63 title = _(u'Creation date'), 65 64 )
Note: See TracChangeset for help on using the changeset viewer.