repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:build: rewrite autogen.sh to be called from any directory
[Samba/gebeck_regimport.git]
/
lib
/
dnspython
/
examples
/
e164.py
blob
ad40ccf84b5c439256b1b15406b3ebc92c14202d
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
)