← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #670562]: how to pass an argument to an imported function in a sikuli script

 

Question #670562 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670562

RaiMan posted a new comment:
@Roman

usage either:

import mod123
mod123.function123(49)

or

from mod123 import *
function123(49)

for the second case, you need a naming convention, to avoid name clashes

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.