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