Make python ts.problems() return a python list, not rpm.ps object
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 18 Nov 2009 08:41:26 +0000 (10:41 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 18 Nov 2009 08:41:26 +0000 (10:41 +0200)
commit66dd52d94c34b51eba9f0ef48bbe4df0e1b174ad
tree7c827c4af06d9255c0dbf0e871b9251776edb18c
parenta237f1eee0b495691c2a9565ad2b0f5140c00298
Make python ts.problems() return a python list, not rpm.ps object
- rpm.ps object only supports iteration and subscript (with wonderfully
  wacko semantics), returning a regular list serves us better
- rip the now useless rpm.ps object type
python/rpmmodule.c
python/rpmps-py.c
python/rpmps-py.h
python/rpmts-py.c