]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Pylint: NotImplementedError
authorMartin Basti <martin.basti@gmail.com>
Sun, 26 Jun 2016 19:29:22 +0000 (21:29 +0200)
committerMartin Basti <martin.basti@gmail.com>
Sun, 26 Jun 2016 23:35:48 +0000 (01:35 +0200)
dns/zone.py
pylintrc

index ae099bd8539feddc659749ca7d375ff9e2fb814a..ce2bc1bc3417902d2be5a5e978721a54d13fc4ef 100644 (file)
@@ -722,7 +722,7 @@ class _MasterReader(object):
             base = 'd'
 
         if base != 'd':
-            raise NotImplemented
+            raise NotImplementedError()
 
         return mod, sign, offset, width, base
 
index 7051b2c0bf9aca030a81ffb67cf09728d3c56afc..96fcc075f177067bc411c799176984a8e79a0932 100644 (file)
--- a/pylintrc
+++ b/pylintrc
@@ -35,7 +35,6 @@ disable=
     missing-docstring,
     no-absolute-import,
     no-member,
-    notimplemented-raised,
     old-division,
     protected-access,
     range-builtin-not-iterating,