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

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