]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Add missing base classes to __init__.
authorBob Halley <halley@dnspython.org>
Mon, 4 Jan 2021 16:40:16 +0000 (08:40 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 4 Jan 2021 16:40:16 +0000 (08:40 -0800)
dns/rdtypes/__init__.py

index 0783aa5f8353a38727b24d6c2d4d5fe04abc665b..c3af264e48fd7718c7e7c6d108b48e0ba35844f7 100644 (file)
@@ -21,9 +21,13 @@ __all__ = [
     'ANY',
     'IN',
     'CH',
+    'dnskeybase',
+    'dsbase',
     'euibase',
     'mxbase',
     'nsbase',
     'svcbbase',
+    'tlsabase',
+    'txtbase',
     'util'
 ]