X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHcAPIKwBridgeDomain.py;fp=resources%2Flibraries%2Fpython%2FHcAPIKwBridgeDomain.py;h=0906d5c76281c84f1865ff7fa00f70243d7975f4;hp=2f7c149684722a5c2138f3f310c87a5ae1a98ce6;hb=c37f394a29165f839c3032e7f9485e35fb3307f2;hpb=452fabf532691f88b36b79bf2469afde18183de2 diff --git a/resources/libraries/python/HcAPIKwBridgeDomain.py b/resources/libraries/python/honeycomb/HcAPIKwBridgeDomain.py similarity index 97% rename from resources/libraries/python/HcAPIKwBridgeDomain.py rename to resources/libraries/python/honeycomb/HcAPIKwBridgeDomain.py index 2f7c149684..0906d5c762 100644 --- a/resources/libraries/python/HcAPIKwBridgeDomain.py +++ b/resources/libraries/python/honeycomb/HcAPIKwBridgeDomain.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 BridgeDomainKeywords(object):