summaryrefslogtreecommitdiff
path: root/python/rpmte-py.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-10-22 11:57:38 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-10-22 11:57:38 +0300
commite8f777b69dd34f887b7e9c2398ccddd61e8af265 (patch)
treecd11d337d4afca2b41c53be5ed36b0bfc89089dc /python/rpmte-py.c
parent0715b04664ce348b73f6981dd07f0b464dddd049 (diff)
downloadlibrpm-tizen-e8f777b69dd34f887b7e9c2398ccddd61e8af265.tar.gz
librpm-tizen-e8f777b69dd34f887b7e9c2398ccddd61e8af265.tar.bz2
librpm-tizen-e8f777b69dd34f887b7e9c2398ccddd61e8af265.zip
Switch python bindings to use rpm(Dbi)TagVal as appropriate
- None of these are true enum uses as the value typically originates from python integers etc.
Diffstat (limited to 'python/rpmte-py.c')
-rw-r--r--python/rpmte-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmte-py.c b/python/rpmte-py.c
index edf417af9..0001ef44b 100644
--- a/python/rpmte-py.c
+++ b/python/rpmte-py.c
@@ -159,7 +159,7 @@ static PyObject *
rpmte_DS(rpmteObject * s, PyObject * args, PyObject * kwds)
{
rpmds ds;
- rpmTag tag;
+ rpmTagVal tag;
char * kwlist[] = {"tag", NULL};
if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:DS", kwlist,