X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHcAPIKwInterfaces.py;fp=resources%2Flibraries%2Fpython%2FHcAPIKwInterfaces.py;h=8f6819ef5ebcdba47d44b17b69af7877a952e657;hp=ccdb5ddefd51daa33b971fc5dabcc1063a9bab7f;hb=c37f394a29165f839c3032e7f9485e35fb3307f2;hpb=452fabf532691f88b36b79bf2469afde18183de2 diff --git a/resources/libraries/python/HcAPIKwInterfaces.py b/resources/libraries/python/honeycomb/HcAPIKwInterfaces.py similarity index 99% rename from resources/libraries/python/HcAPIKwInterfaces.py rename to resources/libraries/python/honeycomb/HcAPIKwInterfaces.py index ccdb5ddefd..8f6819ef5e 100644 --- a/resources/libraries/python/HcAPIKwInterfaces.py +++ b/resources/libraries/python/honeycomb/HcAPIKwInterfaces.py @@ -17,11 +17,12 @@ The keywords make possible to put and get configuration data and to get operational data. """ - from resources.libraries.python.HTTPRequest import HTTPCodes -from resources.libraries.python.HoneycombSetup import HoneycombError -from resources.libraries.python.HoneycombUtil import HoneycombUtil as HcUtil -from resources.libraries.python.HoneycombUtil import DataRepresentation +from resources.libraries.python.honeycomb.HoneycombSetup import HoneycombError +from resources.libraries.python.honeycomb.HoneycombUtil \ + import DataRepresentation +from resources.libraries.python.honeycomb.HoneycombUtil \ + import HoneycombUtil as HcUtil class InterfaceKeywords(object):