pidgin/purple-plugin-pack

this is slighty better
org.guifications.plugins
2008-05-04, grim
08f5db4f926d
Parents 1b382239d772
Children d24e47c27bb9
this is slighty better
--- a/plugin_pack.py Sun May 04 04:52:58 2008 -0400
+++ b/plugin_pack.py Sun May 04 04:58:05 2008 -0400
@@ -426,7 +426,7 @@
counts['pidgin'] = len(self.pidgin_plugins())
def value(val):
- return "%3d (%0.2f%%)" % (val, (float(val) / float(counts['total'])) * 100.0)
+ return "%3d (%6.2f%%)" % (val, (float(val) / float(counts['total'])) * 100.0)
print "Purple Plugin Pack Stats"
print ""