aboutsummaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox')
-rwxr-xr-xsandbox/context-proxy2
-rwxr-xr-xsandbox/multithreading-tests/stress-test/provider.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/context-proxy b/sandbox/context-proxy
index 2b6a366b..fe430a0a 100755
--- a/sandbox/context-proxy
+++ b/sandbox/context-proxy
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
from sys import stderr, stdin
from subprocess import Popen, PIPE
diff --git a/sandbox/multithreading-tests/stress-test/provider.py b/sandbox/multithreading-tests/stress-test/provider.py
index 748929a4..5603a2a7 100755
--- a/sandbox/multithreading-tests/stress-test/provider.py
+++ b/sandbox/multithreading-tests/stress-test/provider.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
"""A test provider for the stress testing."""