diff options
Diffstat (limited to 'robotframework-onap/ONAPLibrary/RequestSOKeywords.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/RequestSOKeywords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robotframework-onap/ONAPLibrary/RequestSOKeywords.py b/robotframework-onap/ONAPLibrary/RequestSOKeywords.py index 275cb68..63ae063 100644 --- a/robotframework-onap/ONAPLibrary/RequestSOKeywords.py +++ b/robotframework-onap/ONAPLibrary/RequestSOKeywords.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from BaseSOKeywords import BaseSOKeywords +from ONAPLibrary.BaseSOKeywords import BaseSOKeywords from robot.api import logger from robot.api.deco import keyword from robot.libraries.BuiltIn import BuiltIn |