Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-20 12:38:58 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-20 12:38:58 (GMT)
commit4cdf88f31d5c81d57d8ff340fd471d6079618660 (patch)
treeb6d684e60b9ec071d0830424f3e228baf064064b
parent6de66d38aeedeb2949f15b3b12e9ae190a2656c9 (diff)
Do not hardcode /usr/bin/python
-rwxr-xr-xservices/clipboard/sugar-clipboard2
-rw-r--r--services/console/interface/logviewer/logviewer.py2
-rw-r--r--services/console/interface/terminal/terminal.py2
-rwxr-xr-xservices/datastore/sugar-data-store2
-rw-r--r--services/nm/sugar-nm-applet2
-rwxr-xr-xservices/presence/sugar-presence-service2
-rwxr-xr-xshell/sugar-activity2
-rwxr-xr-xshell/sugar-activity-factory2
-rwxr-xr-xshell/sugar-shell2
-rwxr-xr-xsugar-emulator2
-rwxr-xr-xsugar-emulator-shutdown2
-rw-r--r--sugar/activity/bundlebuilder.py2
-rwxr-xr-xtests/simulator/simulator2
-rwxr-xr-xtests/test-browser.py2
-rwxr-xr-xtests/test-datastore.py2
-rwxr-xr-xtests/test-snowflake-box.py2
-rwxr-xr-xtests/test-spread-box.py2
-rwxr-xr-xtests/test-theme.py2
-rw-r--r--tests/test-window-manager.py2
-rwxr-xr-xtools/hex-colors-to-dict2
-rwxr-xr-xtools/nicks-to-list2
-rw-r--r--tools/sugar-setup-activity.in2
22 files changed, 22 insertions, 22 deletions
diff --git a/services/clipboard/sugar-clipboard b/services/clipboard/sugar-clipboard
index 3f7ef9f..acc8657 100755
--- a/services/clipboard/sugar-clipboard
+++ b/services/clipboard/sugar-clipboard
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# vi: ts=4 ai noet
#
# Copyright (C) 2006, Red Hat, Inc.
diff --git a/services/console/interface/logviewer/logviewer.py b/services/console/interface/logviewer/logviewer.py
index 6bd4543..43d801a 100644
--- a/services/console/interface/logviewer/logviewer.py
+++ b/services/console/interface/logviewer/logviewer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/services/console/interface/terminal/terminal.py b/services/console/interface/terminal/terminal.py
index a5649ad..e38538e 100644
--- a/services/console/interface/terminal/terminal.py
+++ b/services/console/interface/terminal/terminal.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/services/datastore/sugar-data-store b/services/datastore/sugar-data-store
index 823dbe0..6344952 100755
--- a/services/datastore/sugar-data-store
+++ b/services/datastore/sugar-data-store
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# vi: ts=4 ai noet
#
# Copyright (C) 2006, Red Hat, Inc.
diff --git a/services/nm/sugar-nm-applet b/services/nm/sugar-nm-applet
index c84e804..5671d5a 100644
--- a/services/nm/sugar-nm-applet
+++ b/services/nm/sugar-nm-applet
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# vi: ts=4 ai noet
#
# Copyright (C) 2006, Red Hat, Inc.
diff --git a/services/presence/sugar-presence-service b/services/presence/sugar-presence-service
index 143d04a..b98db9a 100755
--- a/services/presence/sugar-presence-service
+++ b/services/presence/sugar-presence-service
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# vi: ts=4 ai noet
#
# Copyright (C) 2006, Red Hat, Inc.
diff --git a/shell/sugar-activity b/shell/sugar-activity
index 43b56dc..3f3c93f 100755
--- a/shell/sugar-activity
+++ b/shell/sugar-activity
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/shell/sugar-activity-factory b/shell/sugar-activity-factory
index 2dc8c3b..1762e39 100755
--- a/shell/sugar-activity-factory
+++ b/shell/sugar-activity-factory
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 67c8029..4eaccf5 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/sugar-emulator b/sugar-emulator
index 56ee796..aeb5443 100755
--- a/sugar-emulator
+++ b/sugar-emulator
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/sugar-emulator-shutdown b/sugar-emulator-shutdown
index c608d97..75f6de0 100755
--- a/sugar-emulator-shutdown
+++ b/sugar-emulator-shutdown
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/sugar/activity/bundlebuilder.py b/sugar/activity/bundlebuilder.py
index 05c48a2..a2e338f 100644
--- a/sugar/activity/bundlebuilder.py
+++ b/sugar/activity/bundlebuilder.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/simulator/simulator b/tests/simulator/simulator
index d720d91..838d645 100755
--- a/tests/simulator/simulator
+++ b/tests/simulator/simulator
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-browser.py b/tests/test-browser.py
index 969efab..13001ec 100755
--- a/tests/test-browser.py
+++ b/tests/test-browser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-datastore.py b/tests/test-datastore.py
index b0ab933..d3e8478 100755
--- a/tests/test-datastore.py
+++ b/tests/test-datastore.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
diff --git a/tests/test-snowflake-box.py b/tests/test-snowflake-box.py
index d56993b..dd70393 100755
--- a/tests/test-snowflake-box.py
+++ b/tests/test-snowflake-box.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-spread-box.py b/tests/test-spread-box.py
index 0f138cc..dc4e73e 100755
--- a/tests/test-spread-box.py
+++ b/tests/test-spread-box.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-theme.py b/tests/test-theme.py
index d71103d..eae835f 100755
--- a/tests/test-theme.py
+++ b/tests/test-theme.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tests/test-window-manager.py b/tests/test-window-manager.py
index dff2b98..539979d 100644
--- a/tests/test-window-manager.py
+++ b/tests/test-window-manager.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2006, Red Hat, Inc.
#
diff --git a/tools/hex-colors-to-dict b/tools/hex-colors-to-dict
index babb483..12138b1 100755
--- a/tools/hex-colors-to-dict
+++ b/tools/hex-colors-to-dict
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import sys
diff --git a/tools/nicks-to-list b/tools/nicks-to-list
index d4116be..b140b4c 100755
--- a/tools/nicks-to-list
+++ b/tools/nicks-to-list
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import sys
diff --git a/tools/sugar-setup-activity.in b/tools/sugar-setup-activity.in
index a3ea08e..5459853 100644
--- a/tools/sugar-setup-activity.in
+++ b/tools/sugar-setup-activity.in
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import sys
from sugar import setup