Make scripts/objects lists use EvMore. Change EvMore to not justify by default.

This commit is contained in:
Griatch 2020-01-11 15:49:12 +01:00
parent b5aee2c41e
commit 69d85bd184
221 changed files with 2190 additions and 6810 deletions

View file

@ -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