aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/service_mappings.py
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-05-14 11:48:20 -0400
committerDR695H <dr695h@att.com>2019-05-14 11:51:57 -0400
commit0ca56d1bc3ff43e8aca4c330283a01c6a422405a (patch)
treedf3c495769b59e93588557e2bb4e0746d3df3715 /robot/assets/service_mappings.py
parenta9107a734e443c257a114812fb830a3628808efb (diff)
remove unneeded libraries
httplibrary is replicated with requests so replacing the few places that use it with the requests. also removing kafkalibrary since it isnt used and we dont want to use it since its not python 3 compatible. Change-Id: I4acd09e4f0f776ebf99f386d17637712551b3243 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/service_mappings.py')
-rw-r--r--robot/assets/service_mappings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py
index a6af36d0..908c5401 100644
--- a/robot/assets/service_mappings.py
+++ b/robot/assets/service_mappings.py
@@ -44,7 +44,6 @@ GLOBAL_SERVICE_TEMPLATE_MAPPING2 = {}
GLOBAL_VALIDATE_NAME_MAPPING2 = {}
-
folder=os.path.join('./demo/service_mapping')
subfolders = [d for d in os.listdir(folder) if os.path.isdir(os.path.join(folder, d))]