mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
LFUtils.py can now import Logg
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
@@ -12,6 +12,7 @@ from time import sleep
|
||||
from random import seed, randint
|
||||
import re
|
||||
import ipaddress
|
||||
import logging
|
||||
|
||||
if sys.version_info[0] != 3:
|
||||
print("This script requires Python 3")
|
||||
@@ -21,6 +22,7 @@ if sys.version_info[0] != 3:
|
||||
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../")))
|
||||
|
||||
LFRequest = importlib.import_module("py-json.LANforge.LFRequest")
|
||||
Logg = importlib.import_module("lanforge_client.logg") # .Logg
|
||||
|
||||
debug_printer = pprint.PrettyPrinter(indent=2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user