summaryrefslogtreecommitdiff
path: root/tests/ttxt_module.py
blob: 0886dde4fbd4329a0fdef6050f1dc59713ad3a82 (plain)
1
2
3
4
5
import dns.rdtypes.txtbase


class TTXT(dns.rdtypes.txtbase.TXTBase):
    """Test TXT-like record"""