* We don't need to import LFUtils in lfcli_base

* local_realm in lf_attenmod is unused.
* local_realm in attenuator_profile is unused, because I'm switching to inheritance as part of my work eliminating redundancy.

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-10-04 11:48:42 -07:00
parent d3d3af77f5
commit 8f2fa4bf8c
4 changed files with 20 additions and 16 deletions

View File

@@ -447,6 +447,8 @@ class Realm(LFCliBase):
return not wait_more
#def wait_until_database_loaded(self):
# Returns map of all stations with port+type == WIFI-STATION
# Key is the EID, value is the map of key/values for the port values.
def station_map(self):
@@ -893,7 +895,7 @@ class Realm(LFCliBase):
return cx_prof
def new_attenuator_profile(self, ver=1):
if ver == 1:
atten_prof = ATTENUATORProfile(self.lfclient_host, self.lfclient_port, local_realm=self, debug_=self.debug)
atten_prof = ATTENUATORProfile(self.lfclient_host, self.lfclient_port, debug_=self.debug)
return atten_prof
def new_generic_endp_profile(self, ver=1):
if ver == 1 :