changeset 729:b5efddd80dad

update more shbang lines Ignore-this: fce511ba0c4892fad7eafd17dafe9a82
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 14 Jun 2012 06:38:30 +0000
parents b71a01086740
children d9441146f279
files bin/lightsim bin/subcomposer bin/vidref bin/webcontrol
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bin/lightsim	Thu Jun 14 06:26:13 2012 +0000
+++ b/bin/lightsim	Thu Jun 14 06:38:30 2012 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!bin/python
 
 from __future__ import division
 import run_local
--- a/bin/subcomposer	Thu Jun 14 06:26:13 2012 +0000
+++ b/bin/subcomposer	Thu Jun 14 06:38:30 2012 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!bin/python
 
 from __future__ import division, nested_scopes
 import sys,os,time,atexit
--- a/bin/vidref	Thu Jun 14 06:26:13 2012 +0000
+++ b/bin/vidref	Thu Jun 14 06:38:30 2012 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!bin/python
 import gobject
 gobject.threads_init()
 import gtk
--- a/bin/webcontrol	Thu Jun 14 06:26:13 2012 +0000
+++ b/bin/webcontrol	Thu Jun 14 06:38:30 2012 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!bin/python
 """
 web UI for various commands that we might want to run from remote
 computers and phones