aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/ContextKit/cltool.py2
-rw-r--r--python/ContextKit/flexiprovider.py2
-rwxr-xr-xpython/complex.py2
-rwxr-xr-xpython/context-rlwrap2
-rwxr-xr-xpython/simple.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/python/ContextKit/cltool.py b/python/ContextKit/cltool.py
index 625dd47b..d1ea0ba6 100644
--- a/python/ContextKit/cltool.py
+++ b/python/ContextKit/cltool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
##
## Copyright (C) 2009 Nokia. All rights reserved.
##
diff --git a/python/ContextKit/flexiprovider.py b/python/ContextKit/flexiprovider.py
index f5aee6db..b11cf84c 100644
--- a/python/ContextKit/flexiprovider.py
+++ b/python/ContextKit/flexiprovider.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
import os
import sys
import tempfile
diff --git a/python/complex.py b/python/complex.py
index c44b1b25..3a892502 100755
--- a/python/complex.py
+++ b/python/complex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
"""A more complex provider with a horroristic theme."""
from ContextKit.flexiprovider import *
diff --git a/python/context-rlwrap b/python/context-rlwrap
index b490f4c9..b0fe1f17 100755
--- a/python/context-rlwrap
+++ b/python/context-rlwrap
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
"""context-rlwrap -- a simple readline wrapper
Usage: context-rlwrap [some other program and args]
diff --git a/python/simple.py b/python/simple.py
index a74cecdf..9b0f32ce 100755
--- a/python/simple.py
+++ b/python/simple.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2.5
"""
A very simple example of the Flexiprovider. Exports three properties
initially.