LFRequest.py: corrects import reference

Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
Jed Reynolds
2021-08-16 14:08:46 -07:00
parent 0ab2029824
commit c0f02b7945

View File

@@ -13,7 +13,7 @@ from urllib import error
from urllib import parse
import json
from LANforge import LFUtils
from . import LFUtils
class LFRequest: