diff --git a/bin/lightsim b/bin/lightsim --- a/bin/lightsim +++ b/bin/lightsim @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!bin/python from __future__ import division import run_local diff --git a/bin/subcomposer b/bin/subcomposer --- a/bin/subcomposer +++ b/bin/subcomposer @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!bin/python from __future__ import division, nested_scopes import sys,os,time,atexit diff --git a/bin/vidref b/bin/vidref --- a/bin/vidref +++ b/bin/vidref @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!bin/python import gobject gobject.threads_init() import gtk diff --git a/bin/webcontrol b/bin/webcontrol --- a/bin/webcontrol +++ b/bin/webcontrol @@ -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