PageRenderTime 25ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/examples/dynamictable/SchoolCalendarService.py

http://pyjamas.googlecode.com/
Python | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 176dbffadb7ef7cb2a44f1decea4ee96 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. from JSONService import JSONProxy
  2. class SchoolCalendarService(JSONProxy):
  3. def __init__(self):
  4. JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])