mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 02:12:38 +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:
@@ -21,11 +21,10 @@ if sys.version_info[0] != 3:
|
||||
print("This script requires Python 3")
|
||||
exit()
|
||||
|
||||
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__ + "../../../")))
|
||||
|
||||
GrafanaRequest = importlib.import_module("lanforge-scripts.py-dashboard.GrafanaRequest")
|
||||
InfluxRequest = importlib.import_module("lanforge-scripts.py-dashboard.InfluxRequest")
|
||||
GrafanaRequest = importlib.import_module("py-dashboard.GrafanaRequest")
|
||||
InfluxRequest = importlib.import_module("py-dashboard.InfluxRequest")
|
||||
RecordInflux = InfluxRequest.RecordInflux
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user