# HG changeset patch # User Drew Perttula # Date 1339655910 0 # Node ID b5efddd80dadd6332eec65d788e7c28e6f54b7ef # Parent b71a01086740f0c340ac677b4ea78e832a9dbdcd update more shbang lines Ignore-this: fce511ba0c4892fad7eafd17dafe9a82 diff -r b71a01086740 -r b5efddd80dad bin/lightsim --- 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 diff -r b71a01086740 -r b5efddd80dad bin/subcomposer --- 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 diff -r b71a01086740 -r b5efddd80dad bin/vidref --- 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 diff -r b71a01086740 -r b5efddd80dad bin/webcontrol --- 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