コード例 #1
0
ファイル: web_interface.py プロジェクト: zeagler/tangerine
 def delete_task(self, id, username=""):
     return API.delete_task(id, username)