Mercurial > code > home > repos > light9
view bin/run_local.py @ 294:c9dcc57116c2
new curve editing: select single/multiple points, delete selection, move selection
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 18 Jun 2005 16:58:15 +0000 |
parents | 1a84c5e83d3e |
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]),".."))