예제 #1
0
파일: base.py 프로젝트: XinMa1/work
 def __init__(self):
     jsonAction.__init__(self)
예제 #2
0
파일: ajax.py 프로젝트: XinMa1/work
 def __init__(self):
     jsonAction.__init__(self)
     self.region = web.ctx.session.region if hasattr(web.ctx.session, 'region') else None