Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 822 by [email protected]: Cant import two Libraries with
same name
http://code.google.com/p/robotframework/issues/detail?id=822
Hello!
When I write:
*** Settings ***
Library A/Lib.py WITH NAME alib
Library B/Lib.py WITH NAME blib
the keywords of blib equal the keyworlds from alib even tough B/Lib.py
implements a different interface.
Both classes in the Libraries have the same name.
pybot --version
Robot Framework 2.5.6 (Python 2.6.6 on linux2)