Changeset 8773 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 21 Jun 2012, 05:49:59 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r8767 r8773 119 119 return appcats_dict[value][0] 120 120 121 # Maybe Unibenstill needs this ...121 # Maybe FUTMinna still needs this ... 122 122 #class ApplicationPinSource(BasicContextualSourceFactory): 123 123 # """An application pin source delivers PIN prefixes for application … … 203 203 ) 204 204 205 # Maybe Unibenstill needs this ...205 # Maybe FUTMinna still needs this ... 206 206 #ac_prefix = schema.Choice( 207 207 # title = u'Activation code prefix', -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/root.py
r8742 r8773 86 86 # logger.info( 87 87 # '%s: %s added to root.' % (self.log_prefix,i[0])) 88 # can be removed after upgrading uniben88 # can be removed after upgrading futminna 89 89 #if not hasattr(app_folder, 'description_dict'): 90 90 # nothing_to_do = False
Note: See TracChangeset for help on using the changeset viewer.