diff --git a/.gitignore b/.gitignore index 8475ea51f895fbfd7b9ef0fadfe51e5c1fda5c3b..754bc9f09a550be8eda2fe17f67ad5ce9f128085 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -obsw_user_code +obsw_user_code.py _build/* _dependencies/* diff --git a/obsw_tmtc_client.py b/obsw_tmtc_client.py index 793aa9a6e5c605243d8b0529d863c0465f395a49..b03ff384f407213f6e04220df0f858ba69434c67 100755 --- a/obsw_tmtc_client.py +++ b/obsw_tmtc_client.py @@ -65,8 +65,8 @@ from typing import Tuple, Union from test import obsw_pus_service_test from config import obsw_config as g from config.obsw_config import set_globals -from tc.obsw_pus_tc_packer import PusTelecommand, create_total_tc_queue, pack_service_queue -from tc.obsw_pus_tc_frame_packer import pack_tc_frame +from tc.obsw_pus_tc_packer import create_total_tc_queue, pack_service_queue + from obsw_user_code import command_preparation_hook from tc.obsw_pus_tc_base import PusTcInfo