New question #260990 on Sikuli:
https://answers.launchpad.net/sikuli/+question/260990
first if I define the file named MyFunctions which has below function put under
/home/lynn folder,
def Add(x,y):
return x+y
, then also in /home/lynn folder there is a test as below
import MyFunctions
print Add(5,6)
it should be added with MyFunctions.Add(5,6) or just Add(5,6)?
I found sometimes both of these two ways works but sometimes neither of them
work.
--
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