X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/7bd8343eef3301ee695dde133a600ff046a6997e..1294afe1f27fd6bf9561b2d1cc93199c1b2fa007:/tasklib/task.py diff --git a/tasklib/task.py b/tasklib/task.py index 6fbce77..65679dc 100644 --- a/tasklib/task.py +++ b/tasklib/task.py @@ -44,6 +44,9 @@ class TaskResource(object): s = s.encode('utf-8') return s + def __repr__(self): + return str(self) + class TaskAnnotation(TaskResource): read_only_fields = ['entry', 'description']