Changeset 8993 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 13 Jul 2012, 06:07:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/container.py
r8665 r8993 51 51 description_dict = {} 52 52 53 @property 54 def local_roles(self): 55 return [] 53 local_roles = [] 56 54 57 55 def archive(self, app_ids=None):
Note: See TracChangeset for help on using the changeset viewer.