From cda061255a59a55c6446754003b9e27fa6546c06 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 18 Jun 2021 20:54:58 +0200 Subject: [PATCH] cleaned up a bit --- tmtc/config/custom_com_config.py | 1 - tmtc/config/custom_globals.py | 3 --- tmtc/tmtc_client_cli.py | 3 --- 3 files changed, 7 deletions(-) delete mode 100644 tmtc/config/custom_com_config.py delete mode 100644 tmtc/config/custom_globals.py diff --git a/tmtc/config/custom_com_config.py b/tmtc/config/custom_com_config.py deleted file mode 100644 index 8b13789..0000000 --- a/tmtc/config/custom_com_config.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/tmtc/config/custom_globals.py b/tmtc/config/custom_globals.py deleted file mode 100644 index b28b04f..0000000 --- a/tmtc/config/custom_globals.py +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/tmtc/tmtc_client_cli.py b/tmtc/tmtc_client_cli.py index 6d6c8ed..76d86fe 100755 --- a/tmtc/tmtc_client_cli.py +++ b/tmtc/tmtc_client_cli.py @@ -28,9 +28,6 @@ limitations under the License. """ import sys -from tmtccmd.config.definitions import CoreGlobalIds -from tmtccmd.core.globals_manager import get_global - from config.hook_implementation import FsfwHookBase from config.definitions import PUS_APID from pus_tm.factory_hook import ccsds_tm_handler