From a383f808605c919a79ed2356822e85e43200fe65 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 17 Jun 2021 11:57:09 +0200 Subject: [PATCH] update gitignore for venv --- .gitignore | 5 +++++ tmtc/config/{hook_base.py => hook_implementation.py} | 0 tmtc/tmtc_client_cli.py | 2 +- tmtc/tmtc_client_gui.py | 2 +- tmtc/tmtccmd | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) rename tmtc/config/{hook_base.py => hook_implementation.py} (100%) diff --git a/.gitignore b/.gitignore index 2d55536..f960294 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,11 @@ __pycache__ *.db venv +/tmtc/bin +/tmtc/lib +/tmtc/lib64 +/tmtc/pyvenv.cfg +/tmtc/share # Eclipse .cproject diff --git a/tmtc/config/hook_base.py b/tmtc/config/hook_implementation.py similarity index 100% rename from tmtc/config/hook_base.py rename to tmtc/config/hook_implementation.py diff --git a/tmtc/tmtc_client_cli.py b/tmtc/tmtc_client_cli.py index cb844d1..c852072 100644 --- a/tmtc/tmtc_client_cli.py +++ b/tmtc/tmtc_client_cli.py @@ -26,7 +26,7 @@ limitations under the License. @author R. Mueller """ -from config.hook_base import FsfwHookBase +from config.hook_implementation import FsfwHookBase try: from tmtccmd.runner import run_tmtc_commander, initialize_tmtc_commander except ImportError: diff --git a/tmtc/tmtc_client_gui.py b/tmtc/tmtc_client_gui.py index 6ac7ce7..e2fb86c 100644 --- a/tmtc/tmtc_client_gui.py +++ b/tmtc/tmtc_client_gui.py @@ -26,7 +26,7 @@ limitations under the License. @author R. Mueller """ -from config.hook_base import FsfwHookBase +from config.hook_implementation import FsfwHookBase from tmtccmd.runner import run_tmtc_commander, initialize_tmtc_commander diff --git a/tmtc/tmtccmd b/tmtc/tmtccmd index 11c8872..a259c5b 160000 --- a/tmtc/tmtccmd +++ b/tmtc/tmtccmd @@ -1 +1 @@ -Subproject commit 11c88728688c33e374980cdf173a4dee85ca485f +Subproject commit a259c5b3bc71383e3bc09284d60c407d9b1d7c43