Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 tko/parsers/base.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tko/parsers/base.py b/tko/parsers/base.py
index 37429b6..eb57643 100644
--- a/tko/parsers/base.py
+++ b/tko/parsers/base.py
@@ -61,10 +61,10 @@ class parser(object):
     def make_job(dir):
         """ Create a new instance of the job model used by the
         parser, given a results directory."""
-        raise NotImplemented
+        raise NotImplementedError
 
 
     def state_iterator(self, buffer):
         """ A generator method that implements the actual parser
         state machine. """
-        raise NotImplemented
+        raise NotImplementedError
-- 
1.7.6

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to