third_party/dnspython: Remove dnspython library from third_party
[bbaumbach/samba-autobuild/.git] / third_party / dnspython / examples / e164.py
diff --git a/third_party/dnspython/examples/e164.py b/third_party/dnspython/examples/e164.py
deleted file mode 100755 (executable)
index ad40ccf..0000000
+++ /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)