From: Bob Halley Date: Mon, 4 Jan 2021 16:40:16 +0000 (-0800) Subject: Add missing base classes to __init__. X-Git-Tag: v2.1.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00b57545589c1ff7baf648f5c7ac09314adc7738;p=thirdparty%2Fdnspython.git Add missing base classes to __init__. --- diff --git a/dns/rdtypes/__init__.py b/dns/rdtypes/__init__.py index 0783aa5f..c3af264e 100644 --- a/dns/rdtypes/__init__.py +++ b/dns/rdtypes/__init__.py @@ -21,9 +21,13 @@ __all__ = [ 'ANY', 'IN', 'CH', + 'dnskeybase', + 'dsbase', 'euibase', 'mxbase', 'nsbase', 'svcbbase', + 'tlsabase', + 'txtbase', 'util' ]