X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHcAPIKwInterfaces.py;fp=resources%2Flibraries%2Fpython%2FHcAPIKwInterfaces.py;h=8f6819ef5ebcdba47d44b17b69af7877a952e657;hb=refs%2Fchanges%2F50%2F1050%2F2;hp=ccdb5ddefd51daa33b971fc5dabcc1063a9bab7f;hpb=452fabf532691f88b36b79bf2469afde18183de2;p=csit.git 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):