source:
trunk/server/lib/dnspython/examples/e164.py
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 117 bytes |
Line | |
---|---|
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) |
Note:
See TracBrowser
for help on using the repository browser.