Update INFO.yaml with new PTL
[testsuite/python-testing-utils.git] / robotframework-onap / ONAPLibrary / Protobuf.py
index c81a0a2..8a06aa0 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.ProtobufKeywords import ProtobufKeywords
 
 
 class Protobuf(HybridCore):
     """ Utilities useful for Protobuf manipulation """
 
+    ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
     def __init__(self):
         self.keyword_implementors = [
             ProtobufKeywords()