← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #205117]: multiple scripts --- from sikuli import * needed

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Ok, since you use the module unit test in dlmsnew1.sikuli,

you need
import unittest

currently it is commented out !

Python does not have "global" imports.
every single module needs import statements for all the stuff needed in that module.

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