From 6cffae4397ba217a04280014c39b3aeb018e6407 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 19 Jul 2023 14:42:02 +0200 Subject: [PATCH] the name is okay.. --- eive_tmtc/pus_tm/{hk_demux.py => hk_handler.py} | 0 eive_tmtc/pus_tm/pus_demux.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename eive_tmtc/pus_tm/{hk_demux.py => hk_handler.py} (100%) diff --git a/eive_tmtc/pus_tm/hk_demux.py b/eive_tmtc/pus_tm/hk_handler.py similarity index 100% rename from eive_tmtc/pus_tm/hk_demux.py rename to eive_tmtc/pus_tm/hk_handler.py diff --git a/eive_tmtc/pus_tm/pus_demux.py b/eive_tmtc/pus_tm/pus_demux.py index 508e80f..6fdadb7 100644 --- a/eive_tmtc/pus_tm/pus_demux.py +++ b/eive_tmtc/pus_tm/pus_demux.py @@ -18,7 +18,7 @@ from .defs import PrintWrapper from .event_handler import handle_event_packet from .verification_handler import handle_service_1_fsfw_packet, generic_retval_printout -from .hk_demux import handle_hk_packet +from .hk_handler import handle_hk_packet from .action_reply_handler import handle_action_reply _LOGGER = logging.getLogger(__name__)