Changeset 13166 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 13 Jul 2015, 08:20:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r13133 r13166 291 291 292 292 def writeLogMessage(view, comment): 293 """Add an INFO message to the log file.293 """Add an INFO message to ``applicants.log``. 294 294 """ 295 295 … … 449 449 450 450 def writeLogMessage(view, comment): 451 """Add an INFO message to the log file.451 """Add an INFO message to ``applicants.log``. 452 452 """ 453 453
Note: See TracChangeset for help on using the changeset viewer.