← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #211431]: [HowTo] Import Sikuli Script in Sikuli IDE?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
when needing from xxx import *, the import/reload sequence has to be:

import MEPlib
reload(MEPlib)
from MEPlib import *

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