From: Frank Brehm Date: Tue, 19 May 2020 08:58:05 +0000 (+0200) Subject: Bugfixing pp_lib/pdns_record.py X-Git-Tag: 0.1.2^2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=5b894056590adea8d430ff25af0608c3ffb182f9;p=pixelpark%2Fadmin-tools.git Bugfixing pp_lib/pdns_record.py --- diff --git a/pp_lib/__init__.py b/pp_lib/__init__.py index 3934b42..771370f 100644 --- a/pp_lib/__init__.py +++ b/pp_lib/__init__.py @@ -1,6 +1,6 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '0.1.1' +__version__ = '0.1.2' # vim: ts=4 et list diff --git a/pp_lib/pdns_record.py b/pp_lib/pdns_record.py index 55840bd..17a29fc 100644 --- a/pp_lib/pdns_record.py +++ b/pp_lib/pdns_record.py @@ -21,7 +21,7 @@ from .common import pp, compare_fqdn, to_utf8, to_str from .obj import PpBaseObjectError, PpBaseObject -__version__ = '0.4.5' +__version__ = '0.4.6' LOG = logging.getLogger(__name__) @@ -72,6 +72,7 @@ def compare_rrsets(x, y): return ret xt = 99 + yt = 99 if x.type.upper() in TYPE_ORDER: xt = TYPE_ORDER[x.type.upper()] if y.type.upper() in TYPE_ORDER: