update gitignore for venv

This commit is contained in:
Robin Müller 2021-06-17 11:57:09 +02:00
parent 07235a822c
commit a383f80860
No known key found for this signature in database
GPG Key ID: 9C287E88FED11DF3
5 changed files with 8 additions and 3 deletions

5
.gitignore vendored
View File

@ -4,6 +4,11 @@
__pycache__ __pycache__
*.db *.db
venv venv
/tmtc/bin
/tmtc/lib
/tmtc/lib64
/tmtc/pyvenv.cfg
/tmtc/share
# Eclipse # Eclipse
.cproject .cproject

View File

@ -26,7 +26,7 @@ limitations under the License.
@author R. Mueller @author R. Mueller
""" """
from config.hook_base import FsfwHookBase from config.hook_implementation import FsfwHookBase
try: try:
from tmtccmd.runner import run_tmtc_commander, initialize_tmtc_commander from tmtccmd.runner import run_tmtc_commander, initialize_tmtc_commander
except ImportError: except ImportError:

View File

@ -26,7 +26,7 @@ limitations under the License.
@author R. Mueller @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 from tmtccmd.runner import run_tmtc_commander, initialize_tmtc_commander

@ -1 +1 @@
Subproject commit 11c88728688c33e374980cdf173a4dee85ca485f Subproject commit a259c5b3bc71383e3bc09284d60c407d9b1d7c43