summaryrefslogtreecommitdiff
path: root/dns/rdtypes/IN/SVCB.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/rdtypes/IN/SVCB.py')
-rw-r--r--dns/rdtypes/IN/SVCB.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/rdtypes/IN/SVCB.py b/dns/rdtypes/IN/SVCB.py
index 8effeb8..14838e1 100644
--- a/dns/rdtypes/IN/SVCB.py
+++ b/dns/rdtypes/IN/SVCB.py
@@ -1,6 +1,8 @@
# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
import dns.rdtypes.svcbbase
+import dns.immutable
+@dns.immutable.immutable
class SVCB(dns.rdtypes.svcbbase.SVCBBase):
"""SVCB record"""