From 6fbf8f2d7410173eeba5cbfdb349c52ab055471c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 23 May 2017 11:38:09 -0700 Subject: [PATCH] fix the bug --- maya.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maya.py b/maya.py index 61eb1f3..155098b 100644 --- a/maya.py +++ b/maya.py @@ -335,7 +335,7 @@ class MayaInterval(object): # # Start and duration, such as "2007-03-01T13:00:00Z/P1Y2M10DT2H30M" # # Duration and end, such as "P1Y2M10DT2H30M/2008-05-11T15:30:00Z" - raise NotImplentedError() + raise NotImplementedError() def __and__(self, i):