- Misc fixes.

This commit is contained in:
ccremers
2006-12-13 12:16:36 +00:00
parent 4750f1b309
commit e7334d1050
5 changed files with 2 additions and 88 deletions

View File

@@ -7,5 +7,5 @@
import Scyther
import os.path
bindir = os.path.join(__path__[0],"..","Bin")
bindir = os.path.join(__path__[0],"Bin")
Scyther.setBinDir(bindir)