From dea8765ee75fb4b4c402d02afb1c53c8116e2176 Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 24 May 2019 16:33:23 -0400 Subject: not ready to submit my changes to soutils yet Change-Id: I02122ad3fcf8d32efaed6976246943902f112e44 Issue-ID: TEST-158 Signed-off-by: DR695H --- robotframework-onap/ONAPLibrary/RequestSOKeywords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robotframework-onap/ONAPLibrary/RequestSOKeywords.py') 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 -- cgit