diff options
author | Tony Hansen <tony@att.com> | 2020-07-31 15:37:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-31 15:37:14 +0000 |
commit | 4b3de5f13ad1a4f39bd15d6b0c58a1a430216821 (patch) | |
tree | 3e0a3a9ab31d497a459aa8d47d7c3495d95021e8 /miss_htbt_service/mod/trapd_exit.py | |
parent | f68ba0726d164a3952da353aa7dc9e7be8479a05 (diff) | |
parent | e97a5ce265f7e1d3380fab9c4132e2b002e8636c (diff) |
Merge "Run in Python 3.8"
Diffstat (limited to 'miss_htbt_service/mod/trapd_exit.py')
-rw-r--r-- | miss_htbt_service/mod/trapd_exit.py | 3 |
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 b1bd68f..c741fe5 100644 --- a/miss_htbt_service/mod/trapd_exit.py +++ b/miss_htbt_service/mod/trapd_exit.py @@ -3,6 +3,7 @@ # ================================================================================ # Copyright (c) 2017-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. @@ -27,7 +28,7 @@ __docformat__ = 'restructuredtext' import sys import os import string -from .trapd_runtime_pid import save_pid, rm_pid +from mod.trapd_runtime_pid import save_pid, rm_pid prog_name = os.path.basename(__file__) |