mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -5,13 +5,13 @@ import importlib
|
||||
from pathlib import Path
|
||||
import argparse
|
||||
|
||||
if 'lanforge-scripts' not in sys.path:
|
||||
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../")))
|
||||
|
||||
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../")))
|
||||
|
||||
cv_test_manager = importlib.import_module("lanforge-scripts.py-json.cv_test_manager")
|
||||
cv_test_manager = importlib.import_module("py-json.cv_test_manager")
|
||||
cv_add_base_parser = cv_test_manager.cv_add_base_parser
|
||||
cv_base_adjust_parser = cv_test_manager.cv_base_adjust_parser
|
||||
InfluxRequest = importlib.import_module("lanforge-scripts.py-dashboard.InfluxRequest")
|
||||
InfluxRequest = importlib.import_module("py-dashboard.InfluxRequest")
|
||||
RecordInflux = InfluxRequest.RecordInflux
|
||||
influx_add_parser_args = InfluxRequest.influx_add_parser_args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user