From 57c762aebe9561c08fa4b1aea3fd7188161f894d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 25 Feb 2001 23:16:33 +0000 Subject: Better table format. svn path=/trunk/; revision=3152 --- torturetest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'torturetest.py') diff --git a/torturetest.py b/torturetest.py index e9524409..8f13cbc0 100755 --- a/torturetest.py +++ b/torturetest.py @@ -47,8 +47,8 @@ class TestSite: def tableprint(self): "Print an HTML server-type table entry." - return "%s %s%s%s\n" \ - % (self.proto, self.version, self.capabilities, self.comment) + return "%s: %s%s\n" \ + % (self.proto, self.comment, self.capabilities) def id(self): "Identify this site." -- cgit v1.2.3