Update INFO.yaml with new PTL
[testsuite/python-testing-utils.git] / robotframework-onap / ONAPLibrary / Kafka.py
index 5ff8b21..d2d1847 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from ONAPLibrary.robotlibcore import HybridCore
+from robotlibcore import HybridCore
 from ONAPLibrary.KafkaKeywords import KafkaKeywords
 
 
 class Kafka(HybridCore):
     """ Utilities useful for Kafka consuming and producing """
 
+    ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
     def __init__(self):
         self.keyword_implementors = [
             KafkaKeywords()