diff options
| author | Brian Wellington <bwelling@xbill.org> | 2020-06-22 16:58:45 -0700 |
|---|---|---|
| committer | Brian Wellington <bwelling@xbill.org> | 2020-06-22 16:58:45 -0700 |
| commit | 82a618c97c0437bc4e9fe41a7397a000a6a158dc (patch) | |
| tree | b063b7712befa84959574e506e71497aa2dd0778 | |
| parent | 393d497b95d077011a69eb9bbeb1e75f4791a4e9 (diff) | |
| download | dnspython-82a618c97c0437bc4e9fe41a7397a000a6a158dc.tar.gz | |
import dns.dnssec
| -rw-r--r-- | dns/rdtypes/dsbase.py | 1 |
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 |
