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

    Status: Open => Answered

RaiMan proposed the following answer:
Just tested on my Ubuntu 14.04 (should not make a difference) with
version 1.0.1:

folder: 
/home/raiman
  - a.sikuli
  - b.sikuli

# content script a.sikuli
import b

# content script b.sikuli
from sikuli import *
print "from b"

running script a in the IDE works and shows:
from b 

so for me it works.

-- 
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