[Popcon-commits] cvs commit to popularity-contest by ballombe
popcon-commits@lists.alioth.debian.org
popcon-commits@lists.alioth.debian.org
Sun, 01 Feb 2004 23:44:44 +0100
Update of /cvsroot/popcon/popularity-contest
In directory quantz:/tmp/cvs-serv2769
Modified Files:
popanal.py
Log Message:
Change Arch: to Architecture:
Index: popanal.py
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popanal.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- popanal.py 25 Jan 2004 17:48:39 -0000 1.3
+++ popanal.py 1 Feb 2004 22:44:42 -0000 1.4
@@ -234,7 +234,7 @@
out.write("Submissions: %8d\n" % subcount)
for host_arch in host_arch_list.keys():
- out.write("Arch: %-30s %5d\n"
+ out.write("Architecture: %-30s %5d\n"
% (host_arch, host_arch_list[host_arch]))
for section in sectlist.keys():
for package in sectlist[section]: