From: Peter Thomassen <4242683+peterthomassen@users.noreply.github.com> Date: Wed, 13 Jan 2021 15:57:41 +0000 (+0100) Subject: Add missing items to rdtypes/IN/__init__.py X-Git-Tag: v2.2.0rc1~115^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F624%2Fhead;p=thirdparty%2Fdnspython.git Add missing items to rdtypes/IN/__init__.py --- diff --git a/dns/rdtypes/IN/__init__.py b/dns/rdtypes/IN/__init__.py index d7e69c9f..d51b99e7 100644 --- a/dns/rdtypes/IN/__init__.py +++ b/dns/rdtypes/IN/__init__.py @@ -22,6 +22,7 @@ __all__ = [ 'AAAA', 'APL', 'DHCID', + 'HTTPS', 'IPSECKEY', 'KX', 'NAPTR', @@ -29,5 +30,6 @@ __all__ = [ 'NSAP_PTR', 'PX', 'SRV', + 'SVCB', 'WKS', ]