r174 - branches/rewrite/src

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Thu, 22 Jul 2004 17:28:09 -0600


Author: otavio
Date: Thu Jul 22 17:28:08 2004
New Revision: 174

Modified:
   branches/rewrite/src/PackageList.py
Log:
Add some documentation about the structure.

Modified: branches/rewrite/src/PackageList.py
==============================================================================
--- branches/rewrite/src/PackageList.py	(original)
+++ branches/rewrite/src/PackageList.py	Thu Jul 22 17:28:08 2004
@@ -39,6 +39,10 @@
         self.package = package
 
 class PackageList:
+    """
+    This class is use to store a list of packages and provide ways to
+    filter the information against your information.
+    """
     _list = {}
 
     def add(self, package):