added more smp >API< functions

This commit is contained in:
2019-07-03 16:09:10 +02:00
parent 3a7d8dbdd4
commit 4d01f7025b
10 changed files with 764 additions and 124 deletions

View File

@@ -57,7 +57,7 @@ telnetlib.Telnet.assert_string_in_output = assert_string_in_output
class TelnetAdapter(ABC):
def __init__(self, address, esc_char = "W"):
def __init__(self, address, esc_char="W"):
self.address = address
self.tn = None
self.esc_char = esc_char