Exemplo n.º 1
0
 def __init__(self, *argc, **argkw):
     super(BaseHandler, self).__init__(*argc, **argkw)
     self.dbsession = DB_Session()
     self.session = session.Session(self.application.session_manager, self)
Exemplo n.º 2
0
 def initialize(self):
     self.session = DB_Session()