diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-22 16:28:58 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-22 16:28:58 +0300 |
commit | ae1e7d83898e3c14138260ac9a8b53737da83c84 (patch) | |
tree | 1af7ad88710526d7fbb19678705c6f683d2abefb /python/rpmmi-py.c | |
parent | dd5cfeec61eeddedc842aa11d7ba2376c0e9411e (diff) | |
download | librpm-tizen-ae1e7d83898e3c14138260ac9a8b53737da83c84.tar.gz librpm-tizen-ae1e7d83898e3c14138260ac9a8b53737da83c84.tar.bz2 librpm-tizen-ae1e7d83898e3c14138260ac9a8b53737da83c84.zip |
We dont support ancient python versions...
Diffstat (limited to 'python/rpmmi-py.c')
-rw-r--r-- | python/rpmmi-py.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmmi-py.c b/python/rpmmi-py.c index 3c347ac08..1b9907e1a 100644 --- a/python/rpmmi-py.c +++ b/python/rpmmi-py.c @@ -223,7 +223,6 @@ PyTypeObject rpmmi_Type = { 0, /* tp_as_buffer */ Py_TPFLAGS_DEFAULT, /* tp_flags */ rpmmi_doc, /* tp_doc */ -#if Py_TPFLAGS_HAVE_ITER 0, /* tp_traverse */ 0, /* tp_clear */ 0, /* tp_richcompare */ @@ -243,7 +242,6 @@ PyTypeObject rpmmi_Type = { 0, /* tp_new */ 0, /* tp_free */ 0, /* tp_is_gc */ -#endif }; rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi, PyObject *s) |