From 6e2900e4e8f38a000e2b3a9a029ebb9c3eb832db Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Fri, 5 Nov 2021 12:11:02 -0700 Subject: [PATCH] Fix LFRequest queries Signed-off-by: Matthew Stidham --- to_pip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/to_pip.sh b/to_pip.sh index 28959a2c..46a96536 100755 --- a/to_pip.sh +++ b/to_pip.sh @@ -327,6 +327,7 @@ sed -i -- 's/pandas_extensions = importlib.import_module("py-json.LANforge.panda sed -i -- 's/pandas_extensions.pandas_extensions/pandas_extensions/g' *.py sed -i -- 's/vr_profile2 = importlib.import_module("py-json.vr_profile2")/from ..py_json import vr_profile2/g' *.py sed -i -- 's/port_probe = importlib.import_module("py-json.port_probe")/from ..py_json import port_probe/g' *.py +sed -i -- 's/LFRequest.LFRequest/LFRequest/g' *.py # fix py_dashboard files sed -i -- 's/from GrafanaRequest/from ..py_dashboard.GrafanaRequest/g' *.py