← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #679317]: organising images and functions in different scripts in sikuli

 

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

RaiMan proposed the following answer:
IMHO it must look like so:

import os
import sys
from sikuli import*
imagePath="C:\\Tools"
addImportPath(imagePath)
from Images import*
#reload(Images) # not needed with 1.1.3+ anymore for .sikuli imports

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.