sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13807
Re: [Question #210973]: Sikuli code organization / code reuse
Question #210973 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210973
David posted a new comment:
A quick edit to the last post. The final code snippet should be:
import sub
class test:
def t1(self):
s = sub() #TypeError: 'module' object not callable
s.doSomething()
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.