Changeset - b5efddd80dad
[Not reviewed]
default
0 4 0
Drew Perttula - 13 years ago 2012-06-14 06:38:30
drewp@bigasterisk.com
update more shbang lines
Ignore-this: fce511ba0c4892fad7eafd17dafe9a82
4 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
bin/lightsim
Show inline comments
 
#!/usr/bin/python
 
#!bin/python
 

	
 
from __future__ import division
 
import run_local
bin/subcomposer
Show inline comments
 
#!/usr/bin/python
 
#!bin/python
 

	
 
from __future__ import division, nested_scopes
 
import sys,os,time,atexit
bin/vidref
Show inline comments
 
#!/usr/bin/python
 
#!bin/python
 
import gobject
 
gobject.threads_init()
 
import gtk
bin/webcontrol
Show inline comments
 
#!/usr/bin/python
 
#!bin/python
 
"""
 
web UI for various commands that we might want to run from remote
 
computers and phones
0 comments (0 inline, 0 general)