aboutsummaryrefslogtreecommitdiffstats
path: root/miss_htbt_service/mod/trapd_io.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/mod/trapd_io.py
parentf68ba0726d164a3952da353aa7dc9e7be8479a05 (diff)
parente97a5ce265f7e1d3380fab9c4132e2b002e8636c (diff)
Merge "Run in Python 3.8"
Diffstat (limited to 'miss_htbt_service/mod/trapd_io.py')
-rw-r--r--miss_htbt_service/mod/trapd_io.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/miss_htbt_service/mod/trapd_io.py b/miss_htbt_service/mod/trapd_io.py
index 4f0904e..d60f060 100644
--- a/miss_htbt_service/mod/trapd_io.py
+++ b/miss_htbt_service/mod/trapd_io.py
@@ -3,6 +3,7 @@
# ================================================================================
# Copyright (c) 2018-2020 AT&T Intellectual Property. 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.
@@ -36,8 +37,8 @@ import time
import traceback
import unicodedata
# dcae_snmptrap
-from . import trapd_settings as tds
-from .trapd_exit import cleanup_and_exit
+import mod.trapd_settings as tds
+from mod.trapd_exit import cleanup_and_exit
prog_name = os.path.basename(__file__)