10 lines
186 B
Python
10 lines
186 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
|
|
|
|
Scyther.setBinDir(__path__[0])
|