view bin/run_local.py @ 267:9de7bbf50267

curvecalc fixes, especially a slowdown of the updates that's working better
author drewp@bigasterisk.com
date Fri, 17 Jun 2005 03:49:07 +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]),".."))