Refactoring code so that it refers to the new RecordInflux script

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-09-01 10:40:14 -07:00
parent 76f77af807
commit fe861156cc
5 changed files with 69 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ if 'py-json' not in sys.path:
from LANforge.lfcli_base import LFCliBase
import json
from influx2 import RecordInflux
from InfluxRequest import RecordInflux
from csv_to_influx import CSVtoInflux, influx_add_parser_args
from grafana_profile import UseGrafana
import random