mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
LFUtiles.py : added back in from LANforge import LFRequest
This was needed for the check tests Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -16,7 +16,7 @@ import ipaddress
|
|||||||
|
|
||||||
seed(int(round(time.time() * 1000)))
|
seed(int(round(time.time() * 1000)))
|
||||||
from random import randint
|
from random import randint
|
||||||
import LFRequest
|
from LANforge import LFRequest
|
||||||
|
|
||||||
debug_printer = pprint.PrettyPrinter(indent=2)
|
debug_printer = pprint.PrettyPrinter(indent=2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user