X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/b9c7e4bd98658a199a03d3aa7f832f4e65ddd360..f653e7f77ba70761ffcb285268a8a89b4a76eb0b:/tasklib/backends.py diff --git a/tasklib/backends.py b/tasklib/backends.py index b15e8bd..76fce88 100644 --- a/tasklib/backends.py +++ b/tasklib/backends.py @@ -75,7 +75,7 @@ class Backend(object): Converts TW syntax datetime string to a localized datetime object. This method is not mandatory. """ - raise NotImplemented + raise NotImplementedError class TaskWarriorException(Exception):