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.

_______________________________________________
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