예제 #1
0
파일: taskcmd.py 프로젝트: ryanakca/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 프로젝트: ryanakca/yokadi
 def do_t_set_urgency(self, line):
     """@deprecated: should be removed"""
     tui.warnDeprecated("t_set_urgency", "t_urgency")
     self.do_t_urgency(line)
예제 #3
0
파일: taskcmd.py 프로젝트: ryanakca/yokadi
 def do_t_set_project(self, line):
     """@deprecated: should be removed"""
     tui.warnDeprecated("t_set_project", "t_project")
     self.do_t_project(line)