/examples/dynamictable/SchoolCalendarService.py
http://pyjamas.googlecode.com/ · Python · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 176dbffadb7ef7cb2a44f1decea4ee96 MD5 · raw file
- from JSONService import JSONProxy
- class SchoolCalendarService(JSONProxy):
- def __init__(self):
- JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])