- Improved locating binaries etc.

This commit is contained in:
ccremers
2006-11-23 11:28:51 +00:00
parent ec9bf11719
commit 17f4f34d23
5 changed files with 55 additions and 53 deletions

View File

@@ -5,5 +5,7 @@
# order to correctly find the executables
#
import Scyther
import os.path
Scyther.setBinDir(__path__[0])
bindir = os.path.join(__path__[0],"..","Bin")
Scyther.setBinDir(bindir)