From 08432233cf7341c8bbdf697cc32896bceb988aa6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Apr 2024 13:56:18 +0200 Subject: [PATCH] bbetter name for pyclient --- {ops-sat-rs-tmtc => pytmtc}/.gitignore | 0 {ops-sat-rs-tmtc => pytmtc}/common.py | 0 {ops-sat-rs-tmtc => pytmtc}/main.py | 0 {ops-sat-rs-tmtc => pytmtc}/pus_tc.py | 0 {ops-sat-rs-tmtc => pytmtc}/pus_tm.py | 0 {ops-sat-rs-tmtc => pytmtc}/requirements.txt | 0 {ops-sat-rs-tmtc => pytmtc}/tc_definitions.py | 0 {ops-sat-rs-tmtc => pytmtc}/tmtc_conf.json | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {ops-sat-rs-tmtc => pytmtc}/.gitignore (100%) rename {ops-sat-rs-tmtc => pytmtc}/common.py (100%) rename {ops-sat-rs-tmtc => pytmtc}/main.py (100%) mode change 100644 => 100755 rename {ops-sat-rs-tmtc => pytmtc}/pus_tc.py (100%) rename {ops-sat-rs-tmtc => pytmtc}/pus_tm.py (100%) rename {ops-sat-rs-tmtc => pytmtc}/requirements.txt (100%) rename {ops-sat-rs-tmtc => pytmtc}/tc_definitions.py (100%) rename {ops-sat-rs-tmtc => pytmtc}/tmtc_conf.json (100%) diff --git a/ops-sat-rs-tmtc/.gitignore b/pytmtc/.gitignore similarity index 100% rename from ops-sat-rs-tmtc/.gitignore rename to pytmtc/.gitignore diff --git a/ops-sat-rs-tmtc/common.py b/pytmtc/common.py similarity index 100% rename from ops-sat-rs-tmtc/common.py rename to pytmtc/common.py diff --git a/ops-sat-rs-tmtc/main.py b/pytmtc/main.py old mode 100644 new mode 100755 similarity index 100% rename from ops-sat-rs-tmtc/main.py rename to pytmtc/main.py diff --git a/ops-sat-rs-tmtc/pus_tc.py b/pytmtc/pus_tc.py similarity index 100% rename from ops-sat-rs-tmtc/pus_tc.py rename to pytmtc/pus_tc.py diff --git a/ops-sat-rs-tmtc/pus_tm.py b/pytmtc/pus_tm.py similarity index 100% rename from ops-sat-rs-tmtc/pus_tm.py rename to pytmtc/pus_tm.py diff --git a/ops-sat-rs-tmtc/requirements.txt b/pytmtc/requirements.txt similarity index 100% rename from ops-sat-rs-tmtc/requirements.txt rename to pytmtc/requirements.txt diff --git a/ops-sat-rs-tmtc/tc_definitions.py b/pytmtc/tc_definitions.py similarity index 100% rename from ops-sat-rs-tmtc/tc_definitions.py rename to pytmtc/tc_definitions.py diff --git a/ops-sat-rs-tmtc/tmtc_conf.json b/pytmtc/tmtc_conf.json similarity index 100% rename from ops-sat-rs-tmtc/tmtc_conf.json rename to pytmtc/tmtc_conf.json