From 4bbc3ff037026c72f3249f59c1b5af69a6ad6d69 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 29 Mar 2010 16:08:11 +0200 Subject: s4-python: Move dnspython to lib/, like the other Python modules This also avoids it from being installed if it's already present on the system. --- source4/scripting/python/samba_external/dnspython/examples/e164.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 source4/scripting/python/samba_external/dnspython/examples/e164.py (limited to 'source4/scripting/python/samba_external/dnspython/examples/e164.py') diff --git a/source4/scripting/python/samba_external/dnspython/examples/e164.py b/source4/scripting/python/samba_external/dnspython/examples/e164.py deleted file mode 100755 index ad40ccf84b..0000000000 --- a/source4/scripting/python/samba_external/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) -- cgit