Question #234633 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234633

    Status: Open => Answered

RaiMan proposed the following answer:
easiest way, if all scripts are able to run standalone:

- put all scripts in one folder

- make a main script

# main.sikuli
import script1
import script2
...

in this example the scripts are named:
script1.sikuli
script2.sikuli

IMPORTANT:
each imported script MUST have this line at the beginning:
from sikuli import *

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to