- Removed Bin subdirectory and updates scripts.

This commit is contained in:
Cas Cremers
2007-05-21 13:24:19 +02:00
parent 38a5d04c8c
commit 461895555b
6 changed files with 9 additions and 10 deletions

View File

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