From 315f13e5a1b35e23241da080f0df16e80ece88ae Mon Sep 17 00:00:00 2001 From: Alan Kligman Date: Sat, 1 Dec 2012 18:31:36 -0500 Subject: Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. --- tests/python/ccproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python') diff --git a/tests/python/ccproxy.py b/tests/python/ccproxy.py index 82750096..98cc8c41 100644 --- a/tests/python/ccproxy.py +++ b/tests/python/ccproxy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from __future__ import with_statement -- cgit v1.2.3-70-g09d2