diff --git a/py-json/LANforge/LFUtils.py b/py-json/LANforge/LFUtils.py index 803bbf2b..0b1b4f62 100644 --- a/py-json/LANforge/LFUtils.py +++ b/py-json/LANforge/LFUtils.py @@ -16,7 +16,7 @@ import ipaddress seed(int(round(time.time() * 1000))) from random import randint -import LFRequest +from LANforge import LFRequest debug_printer = pprint.PrettyPrinter(indent=2)