diff options
Diffstat (limited to 'third_party/dnspython/examples/e164.py')
-rwxr-xr-x | third_party/dnspython/examples/e164.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/dnspython/examples/e164.py b/third_party/dnspython/examples/e164.py deleted file mode 100755 index ad40ccf84b5..00000000000 --- a/third_party/dnspython/examples/e164.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python - -import dns.e164 -n = dns.e164.from_e164("+1 555 1212") -print n -print dns.e164.to_e164(n) |