X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FPapiExecutor.py;h=ad0de27b82697aaa4afe0398d6f9de0dcf48babf;hp=75bdde0ddf4724c6ece7f1da479bf397009cac7c;hb=da799981f5373b09398319df12e77e2efc75caa6;hpb=89e6be275715aefa8473835eb78eed309f37f2ee diff --git a/resources/libraries/python/PapiExecutor.py b/resources/libraries/python/PapiExecutor.py index 75bdde0ddf..ad0de27b82 100644 --- a/resources/libraries/python/PapiExecutor.py +++ b/resources/libraries/python/PapiExecutor.py @@ -19,7 +19,7 @@ import json from paramiko.ssh_exception import SSHException from robot.api import logger -from resources.libraries.python.constants import Constants +from resources.libraries.python.Constants import Constants from resources.libraries.python.PapiErrors import PapiInitError, \ PapiJsonFileError, PapiCommandError, PapiCommandInputError # TODO: from resources.libraries.python.PapiHistory import PapiHistory