1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
From 13b218de72a9dc1db366cc1659fcfacbca027574 Mon Sep 17 00:00:00 2001
From: Stefano Rivera <stefanor@debian.org>
Date: Sun, 11 Oct 2015 22:07:11 +0200
Subject: examples-interpreter.diff
This is a distro patch that should go upstream.
Patch-Name: examples-interpreter.diff
---
tests/testPackers.py | 2 +-
tools/named-perf.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/testPackers.py b/tests/testPackers.py
index 6c59078..cd10ed5 100644
--- a/tests/testPackers.py
+++ b/tests/testPackers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
#
# Tests of the packet assembler/disassembler routines.
diff --git a/tools/named-perf.py b/tools/named-perf.py
index 483f182..38b6438 100755
--- a/tools/named-perf.py
+++ b/tools/named-perf.py
@@ -1,4 +1,4 @@
-#!/opt/python/bin/python
+#!/usr/bin/python
servers = [ "192.92.129.1",
"192.189.54.17", # yarrina
|