mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
importlib refactor create_chamberview_dut.py
This commit is contained in:
@@ -108,8 +108,6 @@ if sys.version_info[0] != 3:
|
||||
if 'lanforge-scripts' not in sys.path:
|
||||
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../")))
|
||||
|
||||
# from cv_test_manager import cv_test
|
||||
# from cv_test_manager import *
|
||||
cv_test_manager = importlib.import_module("lanforge-scripts.py-json.cv_test_manager")
|
||||
cv_test = cv_test_manager.cv_test
|
||||
cv_add_base_parser = cv_test_manager.cv_add_base_parser
|
||||
|
||||
Reference in New Issue
Block a user