diff options
| author | Martin Basti <martin.basti@gmail.com> | 2016-06-26 21:29:22 +0200 |
|---|---|---|
| committer | Martin Basti <martin.basti@gmail.com> | 2016-06-27 01:35:48 +0200 |
| commit | 115783c85de9e22f9dc045e5b621c77afea69830 (patch) | |
| tree | f378a54514f4c6dc333c7176885f18320c602fac /dns/zone.py | |
| parent | c56a2760a33341374f0f362b9f362e6dce69641d (diff) | |
| download | dnspython-115783c85de9e22f9dc045e5b621c77afea69830.tar.gz | |
Pylint: NotImplementedError
Diffstat (limited to 'dns/zone.py')
| -rw-r--r-- | dns/zone.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/zone.py b/dns/zone.py index ae099bd..ce2bc1b 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 |
