Esempio n. 1
0
File: base.py Progetto: XinMa1/work
 def __init__(self):
     jsonAction.__init__(self)
Esempio n. 2
0
File: ajax.py Progetto: XinMa1/work
 def __init__(self):
     jsonAction.__init__(self)
     self.region = web.ctx.session.region if hasattr(web.ctx.session, 'region') else None