]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
assume the python3 executable is called python3
authorBob Halley <halley@nominum.com>
Thu, 12 May 2011 14:46:51 +0000 (15:46 +0100)
committerBob Halley <halley@nominum.com>
Thu, 12 May 2011 14:46:51 +0000 (15:46 +0100)
Makefile
examples/ddns.py
examples/e164.py
examples/mx.py
examples/name.py
examples/reverse.py
examples/reverse_name.py
examples/xfr.py
examples/zonediff.py
tests/Makefile

index 3dbfe9534699345609a5101d9e925e3fdf8089f3..66be578ffdfcaa3eeb73c340d79318969562b38f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 
 # $Id: Makefile,v 1.16 2004/03/19 00:17:27 halley Exp $
 
-PYTHON=python
+PYTHON=python3
 
 all:
        ${PYTHON} ./setup.py build
index 84814b73cf6cffa9edd7c120c0388f2fe7db0ad9..4eb974bc5791f0941be61752fe6110856a31fc36 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 #
 # Use a TSIG-signed DDNS update to update our hostname-to-address
index 497fd680e43023c21e894f4738a00aea2b1d2b2b..6d9e8727e47a2508699c14d60fe86606fb26b471 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import dns.e164
 n = dns.e164.from_e164("+1 555 1212")
index 4fe34df10ca1c93e26e261ab89321e3950e7e150..06189dd803e24fc99d61996c35f86993f6003bb9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import dns.resolver
 
index a52d0e40a724decb384a466f7949bc0141f5f30c..6669f21a857cff4e868a575dbba4018aa7df204e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import dns.name
 
index b8491ca4d26e61ed23119486f90a2cc6ec9d5037..c8e0af555f9afd99c5add871be0682b8d04637da 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Usage: reverse.py <zone_filename>...
 #
index a87fe344883a90d469c25f55bab5bb0deb066477..02b2e5141c229006d913b1f914509158593d1dda 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import dns.reversename
 n = dns.reversename.from_address("127.0.0.1")
index 1cd8404228063e78953ae48f9661ed86b91b943f..5e2c399b0781d42c486e7c1b5cca5bb776f684bd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import dns.query
 import dns.resolver
index e080b9b01c9004d154a0480ccc19aa559fecb463..a92bc943a0a1af2839566fd3e3b095e90906eab7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # 
 # Small library and commandline tool to do logical diffs of zonefiles
 # ./zonediff -h gives you help output
index 1f09b18b5cd000ec28a1b30598369a076881f2f5..fafe8ebe4a6c52c47f4c172c212c8cfe3415a40a 100644 (file)
@@ -15,7 +15,7 @@
 
 # $Id: Makefile,v 1.5 2004/03/19 00:17:27 halley Exp $
 
-PYTHON=python3.2
+PYTHON=python3
 
 check: test