org.guifications.plugins: 89c988a2d687c612492a9d574dd7b4d5dc2509e2

grim at guifications.org grim at guifications.org
Mon May 19 01:35:12 CDT 2008


-----------------------------------------------------------------
Revision: 89c988a2d687c612492a9d574dd7b4d5dc2509e2
Ancestor: 7de6364f8229e040a6099c6462a5a9b9904d4a81
Author: grim at guifications.org
Date: 2008-05-19T06:30:34
Branch: org.guifications.plugins

Modified files:
        plugin_pack.py

ChangeLog: 

Added a note that not all of the plugins are usable...


-----------------------------------------------------------------
This revision's diffstat output:
 plugin_pack.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- plugin_pack.py	c8b7aa2ebf85aca395afc8c9f3a1a2ad3ce400b1
+++ plugin_pack.py	90f72d4cd9999623add9e28d5a3b64d1ef802f46
@@ -430,10 +430,12 @@ class PluginPack:
 	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()


More information about the Plugins-commits mailing list