changeset 16687 | e34106fa0dc3 |
parent 16683 | 525fdb738975 |
child 18757 | 1c8e0d6ac3b0 |
--- a/tests/test-commandserver.py Sat May 12 16:00:57 2012 +0200 +++ b/tests/test-commandserver.py Sat May 12 16:00:58 2012 +0200 @@ -18,7 +18,7 @@ def readchannel(server): data = server.stdout.read(5) if not data: - raise EOFError() + raise EOFError channel, length = struct.unpack('>cI', data) if channel in 'IL': return channel, length