Changeset 6331 for main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Timestamp:
- 10 Jun 2011, 11:41:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/applicants.py
r6324 r6331 47 47 def __init__(self): 48 48 super(Applicant, self).__init__() 49 timestamp = datetime.now().strftime("%d/%m/%Y %H:%M")50 #Initialize workflow state...51 49 IWorkflowInfo(self).fireTransition('init') 50 return 52 51 53 52 @property
Note: See TracChangeset for help on using the changeset viewer.