Mercurial > code > home > repos > light9
view bin/run_local.py @ 209:1a84c5e83d3e
dmxserver and subcomposer work in new layout
author | drewp@bigasterisk.com |
---|---|
date | Sun, 10 Apr 2005 19:12:57 +0000 |
parents | |
children | 41830567a8d0 |
line wrap: on
line source
# allows bin/* to work without installation # this should be turned off when the programs are installed import sys,os sys.path.insert(0,os.path.join(os.path.dirname(sys.argv[0]),".."))