diff options
Diffstat (limited to 'robotframework-onap/ONAPLibrary/SO.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/SO.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robotframework-onap/ONAPLibrary/SO.py b/robotframework-onap/ONAPLibrary/SO.py index 3d2cbc3..858937c 100644 --- a/robotframework-onap/ONAPLibrary/SO.py +++ b/robotframework-onap/ONAPLibrary/SO.py @@ -13,7 +13,7 @@ # limitations under the License. from ONAPLibrary.RequestSOKeywords import RequestSOKeywords -from ONAPLibrary.robotlibcore import HybridCore +from robotlibcore import HybridCore from ONAPLibrary.BaseSOKeywords import BaseSOKeywords from ONAPLibrary.CloudConfigSOKeywords import CloudConfigSOKeywords |