← Back to team overview

sikuli-driver team mailing list archive

[Question #234028]: [1.0.1] Importing java only includes __name__ and io

 

New question #234028 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234028

In Sikuli 1.0.0, importing java shows the following:

>>> import java
>>> dir(java)
['__name__', 'awt', 'io', 'lang']

In Sikuli 1.0.1, it shows:

>>> import java
>>> dir(java)
['__name__', 'io']

Is this a bug?

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