Updates:
        Status: Invalid
        Labels: -Target-2.7

Comment #7 on issue 1075 by pekka.klarck: Import SeleniumLibrary
http://code.google.com/p/robotframework/issues/detail?id=1075

Good that this was resolved. It is somewhat annoying that with Jython you can import an empty directory as a package -- that has caused us problems also earlier:


$ mkdir EmptyDir
$ jython
Jython 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06)
[Java HotSpot(TM) Server VM (Sun Microsystems Inc.)] on java1.6.0_21
Type "help", "copyright", "credits" or "license" for more information.
import EmptyDir
type(EmptyDir)
<type 'javapackage'>


Reply via email to