Chenxiong Qi has proposed merging lp:~qcxhome/gtg/task.py-pep8-fix into lp:gtg.
Requested reviews: Gtg developers (gtg) For more details, see: https://code.launchpad.net/~qcxhome/gtg/task.py-pep8-fix/+merge/172727 -- https://code.launchpad.net/~qcxhome/gtg/task.py-pep8-fix/+merge/172727 Your team Gtg developers is requested to review the proposed merge of lp:~qcxhome/gtg/task.py-pep8-fix into lp:gtg.
=== modified file 'GTG/core/task.py' --- GTG/core/task.py 2013-06-22 19:50:27 +0000 +++ GTG/core/task.py 2013-07-03 04:00:37 +0000 @@ -358,9 +358,9 @@ def get_due_date(self): """ Returns the due date, which always respects all constraints """ return self.due_date - + def get_urgent_date(self): - """ Returns the most urgent due date among the task and it's subtasks """ + """Returns the most urgent due date among the task and it's subtasks""" urg_date = self.due_date for sub in self.get_subtasks(): sub_urg_date = sub.get_urgent_date()
_______________________________________________ Mailing list: https://launchpad.net/~gtg Post to : gtg@lists.launchpad.net Unsubscribe : https://launchpad.net/~gtg More help : https://help.launchpad.net/ListHelp