update gitignore for venv
This commit is contained in:
parent
07235a822c
commit
a383f80860
5
.gitignore
vendored
5
.gitignore
vendored
@ -4,6 +4,11 @@
|
||||
__pycache__
|
||||
*.db
|
||||
venv
|
||||
/tmtc/bin
|
||||
/tmtc/lib
|
||||
/tmtc/lib64
|
||||
/tmtc/pyvenv.cfg
|
||||
/tmtc/share
|
||||
|
||||
# Eclipse
|
||||
.cproject
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 11c88728688c33e374980cdf173a4dee85ca485f
|
||||
Subproject commit a259c5b3bc71383e3bc09284d60c407d9b1d7c43
|
Loading…
Reference in New Issue
Block a user