From: Bob Halley Date: Fri, 3 Nov 2006 23:29:02 +0000 (+0000) Subject: alphabetize; add SPF X-Git-Tag: v1.5.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5522449daa17c9ba1a43b98f6e76833219b76133;p=thirdparty%2Fdnspython.git alphabetize; add SPF --- diff --git a/dns/rdtypes/ANY/__init__.py b/dns/rdtypes/ANY/__init__.py index 8c7010da..82c09d27 100644 --- a/dns/rdtypes/ANY/__init__.py +++ b/dns/rdtypes/ANY/__init__.py @@ -20,6 +20,7 @@ __all__ = [ 'CERT', 'CNAME', 'DNAME', + 'DNSKEY', 'DS', 'GPOS', 'HINFO', @@ -28,16 +29,16 @@ __all__ = [ 'LOC', 'MX', 'NS', + 'NSEC', 'NXT', 'PTR', 'RP', + 'RRSIG', 'RT', 'SIG', 'SOA', + 'SPF', + 'SSHFP', 'TXT', 'X25', - 'RRSIG', - 'NSEC', - 'DNSKEY', - 'SSHFP', ]