Changeset 3938 for waeup/branches/ulif-rewrite
- Timestamp:
- 9 Feb 2009, 21:32:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r3929 r3938 52 52 Returns the key, under which the object was stored. 53 53 """ 54 54 55 class IHostel(IWAeUPObject): 56 """Representation of a hostel. 57 """ 58 name = schema.TextLine( 59 title = u'Name of Hostel', 60 default = u'Nobody', 61 required = True, 62 ) 63 64 65 55 66 class IWAeUPExporter(Interface): 56 67 """An exporter for objects.
Note: See TracChangeset for help on using the changeset viewer.