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