From d2b52d1f80f73ccc39e2d736684125fa2e468ab6 Mon Sep 17 00:00:00 2001
From: "Robin.Mueller" <robin.mueller.m@gmail.com>
Date: Mon, 6 Jul 2020 15:33:44 +0200
Subject: [PATCH] tmtc client tweaks

---
 .gitignore          | 2 +-
 obsw_tmtc_client.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8475ea5..754bc9f 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 793aa9a..b03ff38 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
 
-- 
GitLab