summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-06-22 16:58:45 -0700
committerBrian Wellington <bwelling@xbill.org>2020-06-22 16:58:45 -0700
commit82a618c97c0437bc4e9fe41a7397a000a6a158dc (patch)
treeb063b7712befa84959574e506e71497aa2dd0778
parent393d497b95d077011a69eb9bbeb1e75f4791a4e9 (diff)
downloaddnspython-82a618c97c0437bc4e9fe41a7397a000a6a158dc.tar.gz
import dns.dnssec
-rw-r--r--dns/rdtypes/dsbase.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/rdtypes/dsbase.py b/dns/rdtypes/dsbase.py
index 59f6e83..9f512a1 100644
--- a/dns/rdtypes/dsbase.py
+++ b/dns/rdtypes/dsbase.py
@@ -18,6 +18,7 @@
import struct
import binascii
+import dns.dnssec
import dns.rdata
import dns.rdatatype