sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #51603
Re: [Question #680702]: Import Question
Question #680702 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680702
Status: Open => Answered
RaiMan proposed the following answer:
from sikuli import *
need not be in main script (done internally automatically)
but MUST be in EVERY imported script
BTW: with 1.1.4+
import testpad2
reload(testpad2)
from testpad2 import *
can be only:
from testpad2 import *
(the reload is done internally automatically)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.