Comment #1 on issue 822 by stashluk: Cant import two Libraries with same name
http://code.google.com/p/robotframework/issues/detail?id=822

I get the same problem when I import the same Library twice

*** Settings ***
Library     MyLib.py 1 WITH NAME  alib
Library     MyLib.py 2 WITH NAME  blib

The id()s of an object created in the __init__() get the the same address...

Robot Framework 2.5.6 (Python 2.6.5 on Win32)

Reply via email to