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__)