aboutsummaryrefslogtreecommitdiffstats
path: root/miss_htbt_service/cbs_polling.py
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2020-07-31 15:37:14 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-31 15:37:14 +0000
commit4b3de5f13ad1a4f39bd15d6b0c58a1a430216821 (patch)
tree3e0a3a9ab31d497a459aa8d47d7c3495d95021e8 /miss_htbt_service/cbs_polling.py
parentf68ba0726d164a3952da353aa7dc9e7be8479a05 (diff)
parente97a5ce265f7e1d3380fab9c4132e2b002e8636c (diff)
Merge "Run in Python 3.8"
Diffstat (limited to 'miss_htbt_service/cbs_polling.py')
-rw-r--r--miss_htbt_service/cbs_polling.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/miss_htbt_service/cbs_polling.py b/miss_htbt_service/cbs_polling.py
index 7d19610..1b9d00c 100644
--- a/miss_htbt_service/cbs_polling.py
+++ b/miss_htbt_service/cbs_polling.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
# Copyright 2018-2020 AT&T Intellectual Property, Inc. All rights reserved.
# Copyright (c) 2019 Pantheon.tech. All rights reserved.
+# Copyright 2020 Deutsche Telekom. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,9 +27,9 @@ import sys
import os
import socket
import logging
-from . import htbtworker as pm
-from . import misshtbtd as db
-from . import get_logger
+import htbtworker as pm
+import misshtbtd as db
+import get_logger
_logger = get_logger.get_logger(__name__)