Add beginnings of rpmtd wrappings to python
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Sep 2009 09:45:07 +0000 (12:45 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Sep 2009 09:45:07 +0000 (12:45 +0300)
commit1ddee37628b8aac48a8f1fc51af4575b5570589b
treebbfcf72988261b164449464b9ba363b9107fc762
parentb53f5995969554211dde0b235c648f8d2e1cb0a6
Add beginnings of rpmtd wrappings to python
- unlike other types, store the C-level td structure directly in the
  python object, this lets us selectively expose some members directly,
  avoids having to deal with rpmtd allocation separately and as leaves
  the reference counting to python as rpmtd's aren't refcounted on C-level
python/rpmmodule.c
python/rpmtd-py.c
python/rpmtd-py.h