scyther/gui/Scyther/__init__.py

10 lines
186 B
Python
Raw Normal View History

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-08-09 12:39:35 +01:00
Scyther.setBinDir(__path__[0])