summaryrefslogtreecommitdiff
path: root/dns/rdtypes/IN/HTTPS.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/rdtypes/IN/HTTPS.py')
-rw-r--r--dns/rdtypes/IN/HTTPS.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/rdtypes/IN/HTTPS.py b/dns/rdtypes/IN/HTTPS.py
index ad67897..6a67e8e 100644
--- a/dns/rdtypes/IN/HTTPS.py
+++ b/dns/rdtypes/IN/HTTPS.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 HTTPS(dns.rdtypes.svcbbase.SVCBBase):
"""HTTPS record"""