Add samba.ensure_third_party_module() function, loading external python modules from...
[bbaumbach/samba-autobuild/.git] / lib / 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)