Changeset 10504 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 16 Aug 2013, 17:12:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/webservices.py
r10503 r10504 22 22 23 23 24 class StudentsXMLRPC(grok.XMLRPC):25 """ Student related XMLRPC webservices.24 class ApplicantsXMLRPC(grok.XMLRPC): 25 """Applicant related XMLRPC webservices. 26 26 27 27 Please note, that XMLRPC does not support real keyword arguments
Note: See TracChangeset for help on using the changeset viewer.