Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low Target-2.6
New issue 646 by pekka.klarck: `BuiltIn.get_library_instance` method cannot
be used in library `__init__`
http://code.google.com/p/robotframework/issues/detail?id=646
It isn't possible to use the new BuiltIn.get_library_instance method in
library __init__ because the execution namespace hasn't been fully
initialized when libraries are imported in the setting table.
We might be able to fix this in RF 2.6 when we plan to refactor running
otherwise too. This isn't too high priority because it's possible to use
e.g. properties to get the library instance dynamically when keywords are
executed.