[yum-cvs] yum/yum rpmsack.py,1.26,1.27
Menno Smits
mjs at linux.duke.edu
Fri Sep 8 16:29:10 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv19179/yum
Modified Files:
rpmsack.py
Log Message:
update comments
Index: rpmsack.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/rpmsack.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- rpmsack.py 8 Sep 2006 16:07:22 -0000 1.26
+++ rpmsack.py 8 Sep 2006 16:29:07 -0000 1.27
@@ -13,11 +13,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# represent rpmdb as a packagesack
-# starts up
-# buildIndexes() populates the lookup lists
-# pkglist and tuples point to match iterator indexes for quick access
-
import rpm
import types
import warnings
@@ -29,6 +24,9 @@
from packageSack import ListPackageSack, PackageSackBase
class RPMDBPackageSack(PackageSackBase):
+ '''
+ Represent rpmdb as a packagesack
+ '''
DEP_TABLE = {
'requires' : (rpm.RPMTAG_REQUIRENAME,
More information about the Yum-cvs-commits
mailing list