source: trunk/server/lib/dnspython/examples/e164.py

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 117 bytes
Line 
1#!/usr/bin/env python
2
3import dns.e164
4n = dns.e164.from_e164("+1 555 1212")
5print n
6print dns.e164.to_e164(n)
Note: See TracBrowser for help on using the repository browser.