pidgin/purple-plugin-pack

Added a note that not all of the plugins are usable...
org.guifications.plugins
2008-05-19, grim
7a7d101b36d2
Parents 4e0ab71453a8
Children 6a7a5535727f
Added a note that not all of the plugins are usable...
--- a/plugin_pack.py Mon May 19 06:28:53 2008 -0400
+++ b/plugin_pack.py Mon May 19 06:30:34 2008 -0400
@@ -430,10 +430,12 @@
commands['dependency_graph'] = dependency_graph
def debian_description(self, args):
- print ' Description: %d useful plugins for Pidgin, Finch, and Purple' %len(self.plugins)
+ print 'Description: %d useful plugins for Pidgin, Finch, and Purple' % len(self.plugins)
print ' The Plugin Pack is a collection of many simple-yet-useful plugins for Pidgin,'
print ' Finch, and Purple. You will find a summary of each plugin below. For more'
print ' about an individual plugin, please see %s' % webpage
+ print ' .'
+ print ' Note: not all %d of these plugins are currently usabled' % len(self.plugins)
list = self.plugins.keys()
list.sort()