Changeset 5858 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 13 Mar 2011, 01:40:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/container.py
r5846 r5858 34 34 35 35 REQUIRES_JAMBDATA = False 36 name = None37 36 title = u'Simple applicant container' 38 37 description = u'Simple container for regular applicants' … … 41 40 strict_deadline = True 42 41 42 @property 43 def name(self): 44 return getattr(self, '__name__', None) 45 43 46 def archive(self, app_ids=None): 44 47 """Create on-dist archive of applicants stored in this term.
Note: See TracChangeset for help on using the changeset viewer.