From 32e63204b508642b48b7c680c48cfc256cb3ae8e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 21 Jan 2009 00:32:45 +0000 Subject: Give the compatibility table a useful caption. --- gpscap.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gpscap.py') diff --git a/gpscap.py b/gpscap.py index 11ea061e..a86cca74 100644 --- a/gpscap.py +++ b/gpscap.py @@ -55,6 +55,7 @@ class GPSDictionary(ConfigParser.RawConfigParser): def HTMLDump(self, ofp): thead = """ + @@ -62,11 +63,11 @@ class GPSDictionary(ConfigParser.RawConfigParser): - + """ vhead = "\n" - ofp.write(thead) + ofp.write(thead % (len(self.devices), len(self.vendors))) for vendor in self.vendors: ofp.write(vhead % (self.get(vendor, "vendor_site"), vendor)) relevant = [] -- cgit v1.2.1
Listing %s devices from %s vendors
Name PackagingInterface Tested with NMEA versionNotesNotes
%s