From: Martin Basti Date: Sun, 26 Jun 2016 19:29:22 +0000 (+0200) Subject: Pylint: NotImplementedError X-Git-Tag: v1.15.0~42^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115783c85de9e22f9dc045e5b621c77afea69830;p=thirdparty%2Fdnspython.git Pylint: NotImplementedError --- diff --git a/dns/zone.py b/dns/zone.py index ae099bd8..ce2bc1bc 100644 --- a/dns/zone.py +++ b/dns/zone.py @@ -722,7 +722,7 @@ class _MasterReader(object): base = 'd' if base != 'd': - raise NotImplemented + raise NotImplementedError() return mod, sign, offset, width, base diff --git a/pylintrc b/pylintrc index 7051b2c0..96fcc075 100644 --- 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,