Pulled another n bugs

This commit is contained in:
aum
2004-08-15 13:49:27 +00:00
committed by zzz
parent a295d0ad1e
commit f8a57c7885
3 changed files with 174 additions and 22 deletions

View File

@ -1,3 +1,9 @@
# wrapper script to run stasher node
# set this to the directory where you've installed stasher
stasherDir = "/path/to/my/stasher/dir"
import sys
sys.path.append(stasherDir)
import stasher
stasher.main()