update gitignore for venv
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Submodule tmtc/tmtccmd updated: 11c8872868...a259c5b3bc
Reference in New Issue
Block a user