2006-08-09 12:36:33 +01:00
|
|
|
#
|
|
|
|
# Init this module
|
|
|
|
#
|
|
|
|
# The most important thing is to get the base directory right, in
|
|
|
|
# order to correctly find the executables
|
|
|
|
#
|
|
|
|
import Scyther
|
2006-11-23 11:28:51 +00:00
|
|
|
import os.path
|
2006-08-09 12:36:33 +01:00
|
|
|
|
2006-12-13 12:16:36 +00:00
|
|
|
bindir = os.path.join(__path__[0],"Bin")
|
2006-11-23 11:28:51 +00:00
|
|
|
Scyther.setBinDir(bindir)
|
2006-12-14 14:06:50 +00:00
|
|
|
|