Update py_json files to be compatible with pip standards

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-09-08 16:54:45 -07:00
parent 804371ad6b
commit 0be47c82de
28 changed files with 8 additions and 107 deletions

View File

@@ -10,11 +10,9 @@ import os
if 'py-dashboard' not in sys.path:
sys.path.append(os.path.join(os.path.abspath('..'), 'py-dashboard'))
from LANforge.lfcli_base import LFCliBase
from realm import Realm
import json
from pprint import pprint
import argparse
from cv_test_reports import lanforge_reports as lf_rpt
from InfluxRequest import *
import os.path