summaryrefslogtreecommitdiff
path: root/dns/rdtypes/ANY/DLV.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/rdtypes/ANY/DLV.py')
-rw-r--r--dns/rdtypes/ANY/DLV.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/rdtypes/ANY/DLV.py b/dns/rdtypes/ANY/DLV.py
index 1635212..947dc42 100644
--- a/dns/rdtypes/ANY/DLV.py
+++ b/dns/rdtypes/ANY/DLV.py
@@ -16,8 +16,10 @@
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
import dns.rdtypes.dsbase
+import dns.immutable
+@dns.immutable.immutable
class DLV(dns.rdtypes.dsbase.DSBase):
"""DLV record"""