示例#1
0
 def _process_args(self):
     RHManageSessionsBase._process_args(self)
     self.session_type = SessionType.get_one(
         request.view_args['session_type_id'])
示例#2
0
文件: sessions.py 项目: indico/indico
 def _process_args(self):
     RHManageSessionsBase._process_args(self)
     self.session_type = SessionType.get_one(request.view_args['session_type_id'])