Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
This commit is contained in:
parent
b5aee2c41e
commit
69d85bd184
221 changed files with 2190 additions and 6810 deletions
|
|
@ -333,10 +333,7 @@ class DummyClient(telnet.StatefulTelnetProtocol):
|
|||
# get the login commands
|
||||
self._cmdlist = list(makeiter(self._login(self)))
|
||||
NLOGGED_IN += 1 # this is for book-keeping
|
||||
print(
|
||||
"connecting client %s (%i/%i)..."
|
||||
% (self.key, NLOGGED_IN, NCLIENTS)
|
||||
)
|
||||
print("connecting client %s (%i/%i)..." % (self.key, NLOGGED_IN, NCLIENTS))
|
||||
self._loggedin = True
|
||||
else:
|
||||
# no login yet, so cmdlist not yet set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue