# $Id: Makefile,v 1.16 2004/03/19 00:17:27 halley Exp $
-PYTHON=python
+PYTHON=python3
all:
${PYTHON} ./setup.py build
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Use a TSIG-signed DDNS update to update our hostname-to-address
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.e164
n = dns.e164.from_e164("+1 555 1212")
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.resolver
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.name
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Usage: reverse.py <zone_filename>...
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.reversename
n = dns.reversename.from_address("127.0.0.1")
-#!/usr/bin/env python
+#!/usr/bin/env python3
import dns.query
import dns.resolver
-#!/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
# $Id: Makefile,v 1.5 2004/03/19 00:17:27 halley Exp $
-PYTHON=python3.2
+PYTHON=python3
check: test