示例#1
0
文件: taskcmd.py 项目: fabaff/yokadi
 def do_t_set_due(self, line):
     """@deprecated: should be removed"""
     tui.warnDeprecated("t_set_due", "t_due")
     self.do_t_due(line)
示例#2
0
文件: taskcmd.py 项目: fabaff/yokadi
 def do_t_set_project(self, line):
     """@deprecated: should be removed"""
     tui.warnDeprecated("t_set_project", "t_project")
     self.do_t_project(line)
示例#3
0
文件: taskcmd.py 项目: fabaff/yokadi
 def do_t_set_urgency(self, line):
     """@deprecated: should be removed"""
     tui.warnDeprecated("t_set_urgency", "t_urgency")
     self.do_t_urgency(line)
示例#4
0
文件: taskcmd.py 项目: bport/yokadi
 def do_t_set_due(self, line):
     """@deprecated: should be removed"""
     tui.warnDeprecated("t_set_due", "t_due")
     self.do_t_due(line)
示例#5
0
文件: taskcmd.py 项目: bport/yokadi
 def do_t_set_project(self, line):
     """@deprecated: should be removed"""
     tui.warnDeprecated("t_set_project", "t_project")
     self.do_t_project(line)
示例#6
0
文件: taskcmd.py 项目: bport/yokadi
 def do_t_set_urgency(self, line):
     """@deprecated: should be removed"""
     tui.warnDeprecated("t_set_urgency", "t_urgency")
     self.do_t_urgency(line)