aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2010-06-30 00:33:58 +0300
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2010-06-30 00:33:58 +0300
commita8f956de1a98f313b9f0da15e6075a36c67770b3 (patch)
tree9b9c91b5ad0e2d77b7ab768fb2be6b92e99c670c /python
parent7c6f5b52aca6c6c9e28f4be324f1f966debc74cf (diff)
Strictly use python2.5
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.