File: test4.py

package info (click to toggle)
python-dns 0.cvs%2B20020417-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 168 kB
  • ctags: 301
  • sloc: python: 1,339; makefile: 24; sh: 6
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")