/examples/dynamictable/SchoolCalendarService.py

http://pyjamas.googlecode.com/ · Python · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 176dbffadb7ef7cb2a44f1decea4ee96 MD5 · raw file

  1. from JSONService import JSONProxy
  2. class SchoolCalendarService(JSONProxy):
  3. def __init__(self):
  4. JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])