Changeset 5098 for main/waeup.sirp/trunk/src/waeup/sirp/accesscodes
- Timestamp:
- 31 Mar 2010, 00:47:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/interfaces.py
r5085 r5098 1 1 """Interfaces of access code related components. 2 2 """ 3 4 3 from zope import schema 5 4 from zope.interface import Interface … … 35 34 default = None, 36 35 ) 37 36 representation = schema.TextLine( 37 title = u'Complete title of access code', 38 ) 39 38 40 class IAccessCodeBatch(Interface): 39 41 """A factory for batches of access codes.
Note: See TracChangeset for help on using the changeset viewer.