Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-05-13 21:12:10 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-05-13 21:12:10 (GMT)
commit8ee219fc3cb7ee5aa04a4e7677f35f043389026f (patch)
treed19636e61f4d8b98d8f541ccdfc567e58a91fac0 /bin
parent002dee028b2913a3dafb0468c1a04930d9ab4ea4 (diff)
Use '/usr/bin/env python' so stuff works in jhbuild
Diffstat (limited to 'bin')
-rwxr-xr-xbin/datastore2
-rwxr-xr-xbin/datastore-native2
-rwxr-xr-xbin/datastore-service2
-rwxr-xr-xbin/sample-client.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/datastore b/bin/datastore
index 0131f75..4405c52 100755
--- a/bin/datastore
+++ b/bin/datastore
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
from ore.main import Application
from olpc.datastore import DataStore
import os
diff --git a/bin/datastore-native b/bin/datastore-native
index 5e9d7c3..9396129 100755
--- a/bin/datastore-native
+++ b/bin/datastore-native
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
from olpc.datastore import DataStore
# native dbus loop
diff --git a/bin/datastore-service b/bin/datastore-service
index 06d8f3d..e2a96d9 100755
--- a/bin/datastore-service
+++ b/bin/datastore-service
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
import sys, os
import gobject
import dbus.service
diff --git a/bin/sample-client.py b/bin/sample-client.py
index 2d4f54c..6dba02d 100755
--- a/bin/sample-client.py
+++ b/bin/sample-client.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.4
+#!/usr/bin/env python
import dbus