Push the rpmtsGetKeys() stuff over to python completely
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 2 Oct 2009 17:35:20 +0000 (20:35 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 2 Oct 2009 17:35:20 +0000 (20:35 +0300)
commit5ce5e8d75b1683fc4679037db833b55884ee1842
treee1c3001c96e751c12f0e9231e9ac74c26cae2ec6
parent07ad9dcf0a8eb98928178b774512bcad2bc6f169
Push the rpmtsGetKeys() stuff over to python completely
- trivially implemented in python by iterating over transaction element
  keys, we dont need no stinking extra librpm APIs for this
lib/rpmts.c
lib/rpmts.h
python/rpm/transaction.py
python/rpmts-py.c