mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Revert "Update py_json files to be compatible with pip standards"
This reverts commit 0be47c82de.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
|
||||
#!/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):
|
||||
|
||||
Reference in New Issue
Block a user