mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
lf_check_ap.py : clean up imports
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -24,21 +24,10 @@ if sys.version_info[0] != 3:
|
|||||||
print("This script requires Python3")
|
print("This script requires Python3")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
import logging
|
|
||||||
import time
|
|
||||||
from time import sleep
|
|
||||||
import argparse
|
import argparse
|
||||||
import pexpect
|
import pexpect
|
||||||
import serial
|
import serial
|
||||||
from serial import Serial
|
|
||||||
from pexpect_serial import SerialSpawn
|
from pexpect_serial import SerialSpawn
|
||||||
import json
|
|
||||||
from json import load
|
|
||||||
from pprint import *
|
|
||||||
|
|
||||||
import os
|
|
||||||
import shutil
|
|
||||||
import datetime
|
|
||||||
|
|
||||||
|
|
||||||
# see https://stackoverflow.com/a/13306095/11014343
|
# see https://stackoverflow.com/a/13306095/11014343
|
||||||
|
|||||||
Reference in New Issue
Block a user