sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21925
Re: [Question #237795]: Import another .sikuli module file to this .sikuli file
Question #237795 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237795
Status: Open => Answered
RaiMan proposed the following answer:
either run your script from command line (you might still have the IDE
in parallel open for editing) or
use:
import testA
reload(testA)
but be aware, that code in the sub on indent level 0 is executed twice
at first import and reload (in your case a="abc").
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.