X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/398527517e6ef5e0e0984d9ddb98898f2940ac6e..40c76c99eba2484594a692b797e31960644b7786:/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):