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