File: md_module.py

package info (click to toggle)
dnspython 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,556 kB
  • sloc: python: 37,194; sh: 7; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (3)
1
2
3
4
5
import dns.rdtypes.nsbase


class MD(dns.rdtypes.nsbase.NSBase):
    """Test MD record."""