Move dnspython to third_party.
[bbaumbach/samba-autobuild/.git] / third_party / dnspython / examples / e164.py
1 #!/usr/bin/env python
2
3 import dns.e164
4 n = dns.e164.from_e164("+1 555 1212")
5 print n
6 print dns.e164.to_e164(n)