mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
Revert "Update py_json files to be compatible with pip standards"
This reverts commit 0be47c82de.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
#!/usr/bin/env python3
|
||||
from LANforge import add_monitor, LFUtils
|
||||
from LANforge.lfcli_base import LFCliBase
|
||||
from LANforge import add_monitor
|
||||
from LANforge.add_monitor import *
|
||||
from LANforge import LFUtils
|
||||
import pprint
|
||||
from pprint import pprint
|
||||
import time
|
||||
from LANforge.set_wifi_radio import set_radio_mode
|
||||
|
||||
|
||||
|
||||
|
||||
class WifiMonitor:
|
||||
def __init__(self, lfclient_url, local_realm, up=True, debug_=False, resource_=1):
|
||||
self.debug = debug_
|
||||
|
||||
Reference in New Issue
Block a user