← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #269048]: How can I have a script that works in both 1.0.1 and 1.1.0

 

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

Pierre Best posted a new comment:
try:
    import org.sikuli.basics.SikuliXforJython
except ImportError:
    import org.sikuli.basics.SikulixForJython
from sikuli import *

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.