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

@@ -1,15 +1,11 @@
#!/usr/bin/env python3
from LANforge.lfcli_base import LFCliBase
import pprint
from pprint import pprint
import requests
import pandas as pd
import time
import datetime
import ast
import csv
import os
class L4CXProfile(LFCliBase):
def __init__(self, lfclient_host, lfclient_port, local_realm, debug_=False):