X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=robotframework-onap%2FONAPLibrary%2FProtobuf.py;h=8a06aa05e9741fb884b1d2728f665da64890cde3;hb=HEAD;hp=c81a0a2640fd84ac2e99597c73bc5d89ba2bf6bc;hpb=f3c9e1242ad732d11016c5b65c22db6b0279c16e;p=testsuite%2Fpython-testing-utils.git diff --git a/robotframework-onap/ONAPLibrary/Protobuf.py b/robotframework-onap/ONAPLibrary/Protobuf.py index c81a0a2..8a06aa0 100644 --- a/robotframework-onap/ONAPLibrary/Protobuf.py +++ b/robotframework-onap/ONAPLibrary/Protobuf.py @@ -12,13 +12,15 @@ # 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()