From: Bob Halley Date: Mon, 7 Nov 2016 22:27:25 +0000 (-0800) Subject: add types missing from __all__ X-Git-Tag: v1.16.0~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68493755b13d458ff686d421cafb1468ed392c4;p=thirdparty%2Fdnspython.git add types missing from __all__ --- diff --git a/dns/rdtypes/ANY/__init__.py b/dns/rdtypes/ANY/__init__.py index ea9c3e2e..77be2cdc 100644 --- a/dns/rdtypes/ANY/__init__.py +++ b/dns/rdtypes/ANY/__init__.py @@ -17,10 +17,13 @@ __all__ = [ 'AFSDB', + 'AVC', + 'CAA', 'CDNSKEY', 'CDS', 'CERT', 'CNAME', + 'CSYNC', 'DLV', 'DNAME', 'DNSKEY', @@ -37,7 +40,7 @@ __all__ = [ 'NSEC', 'NSEC3', 'NSEC3PARAM', - 'TLSA', + 'OPENPGPKEY', 'PTR', 'RP', 'RRSIG', @@ -45,6 +48,8 @@ __all__ = [ 'SOA', 'SPF', 'SSHFP', + 'TLSA', 'TXT', + 'URI', 'X25', ] diff --git a/dns/rdtypes/IN/__init__.py b/dns/rdtypes/IN/__init__.py index 24cf1ece..8c16268f 100644 --- a/dns/rdtypes/IN/__init__.py +++ b/dns/rdtypes/IN/__init__.py @@ -20,6 +20,7 @@ __all__ = [ 'AAAA', 'APL', 'DHCID', + 'IPSECKEY', 'KX', 'NAPTR', 'NSAP',