]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add types missing from __all__
authorBob Halley <halley@dnspython.org>
Mon, 7 Nov 2016 22:27:25 +0000 (14:27 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 7 Nov 2016 22:27:25 +0000 (14:27 -0800)
dns/rdtypes/ANY/__init__.py
dns/rdtypes/IN/__init__.py

index ea9c3e2e06dbac1a646c6efa9886d4364aac3270..77be2cdc4ab1f6ddd136ac1b1a3742e8c23d9bf5 100644 (file)
 
 __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',
 ]
index 24cf1ece4eb8afbfe2b840191e725efceb96dd8d..8c16268ffd1734427175819cb68fe34ed1d2d9ec 100644 (file)
@@ -20,6 +20,7 @@ __all__ = [
     'AAAA',
     'APL',
     'DHCID',
+    'IPSECKEY',
     'KX',
     'NAPTR',
     'NSAP',