update gitignore for venv

This commit is contained in:
2021-06-17 11:57:09 +02:00
parent 07235a822c
commit a383f80860
5 changed files with 8 additions and 3 deletions

View File

@ -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:

View File

@ -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