changeset 2484:14558f3b7e54

Add docstring for available.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 24 Oct 2006 18:16:17 +0100
parents 13450225da58
children e296848362f5
files gup-manager.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gup-manager.py	Tue Oct 24 18:15:53 2006 +0100
+++ b/gup-manager.py	Tue Oct 24 18:16:17 2006 +0100
@@ -26,6 +26,7 @@
         self.options = options
 
     def available (self):
+        '''list available packages'''
         print '\n'.join (self.pm._packages.keys ())
 
     def files (self):