scyther/gui/Scyther/__init__.py
2007-05-21 13:34:43 +02:00

13 lines
218 B
Python

#
# Init this module
#
# The most important thing is to get the base directory right, in
# order to correctly find the executables
#
import Scyther
import os.path
bindir = __path__[0]
Scyther.setBinDir(bindir)