s3:net_idmap_dump support dumping autorid backend
[Samba/gebeck_regimport.git] / lib / dnspython / examples / e164.py
blobad40ccf84b5c439256b1b15406b3ebc92c14202d
1 #!/usr/bin/env python
3 import dns.e164
4 n = dns.e164.from_e164("+1 555 1212")
5 print n
6 print dns.e164.to_e164(n)