diff options
author | DR695H <dr695h@att.com> | 2019-05-24 16:33:23 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-05-24 16:35:40 -0400 |
commit | dea8765ee75fb4b4c402d02afb1c53c8116e2176 (patch) | |
tree | f31cc6768d9760dc537b13e94fb2a653f2732d98 /robotframework-onap/ONAPLibrary/RequestSOKeywords.py | |
parent | c9392aa6dc659ddc8940e98f3b5718e355d6c46b (diff) |
not ready to submit my changes to soutils yet
Change-Id: I02122ad3fcf8d32efaed6976246943902f112e44
Issue-ID: TEST-158
Signed-off-by: DR695H <dr695h@att.com>
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 |