Changeset 5098 for main/waeup.sirp


Ignore:
Timestamp:
31 Mar 2010, 00:47:21 (14 years ago)
Author:
uli
Message:

Add representation field in AccessCode? interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/interfaces.py

    r5085 r5098  
    11"""Interfaces of access code related components.
    22"""
    3 
    43from zope import schema
    54from zope.interface import Interface
     
    3534        default = None,
    3635        )
    37 
     36    representation = schema.TextLine(
     37        title = u'Complete title of access code',
     38        )
     39   
    3840class IAccessCodeBatch(Interface):
    3941    """A factory for batches of access codes.
Note: See TracChangeset for help on using the changeset viewer.