File: test4.py

package info (click to toggle)
python-dns 2.3.0-5.2%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 184 kB
  • ctags: 316
  • sloc: python: 1,391; makefile: 7
file content (9 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/opt/python/bin/python

import sys ; sys.path.insert(0, '..')

import DNS

DNS.ParseResolvConf()

print DNS.mxlookup("connect.com.au")