← Back to team overview

sikuli-driver team mailing list archive

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.