aboutsummaryrefslogtreecommitdiffstats
path: root/miss_htbt_service/mod/trapd_exit.py
diff options
context:
space:
mode:
Diffstat (limited to 'miss_htbt_service/mod/trapd_exit.py')
-rw-r--r--miss_htbt_service/mod/trapd_exit.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/miss_htbt_service/mod/trapd_exit.py b/miss_htbt_service/mod/trapd_exit.py
index 6247f4b..80ed1b0 100644
--- a/miss_htbt_service/mod/trapd_exit.py
+++ b/miss_htbt_service/mod/trapd_exit.py
@@ -2,6 +2,7 @@
# org.onap.dcae
# ================================================================================
# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2019 Pantheon.tech. 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.
@@ -28,7 +29,7 @@ __docformat__ = 'restructuredtext'
import sys
import os
import string
-from mod.trapd_runtime_pid import save_pid, rm_pid
+from .trapd_runtime_pid import save_pid, rm_pid
prog_name = os.path.basename(__file__)