コード例 #1
0
 def WSSectionRemove(self, data):
     i = Section.delete(data['section_id'])
     json = to_json(i)
     return ['section-removed', json]
コード例 #2
0
ファイル: handlers.py プロジェクト: Nico0084/domoweb
 def WSSectionRemove(self, data):
     i = Section.delete(data['section_id'])
     json = to_json(i)
     return ['section-removed', json];