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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

