Move dnspython to third_party.
[samba.git] / lib / dnspython / examples / e164.py
diff --git a/lib/dnspython/examples/e164.py b/lib/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)