summaryrefslogtreecommitdiff
path: root/python/rpmds-py.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-09-22 16:28:58 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-09-22 16:28:58 +0300
commitae1e7d83898e3c14138260ac9a8b53737da83c84 (patch)
tree1af7ad88710526d7fbb19678705c6f683d2abefb /python/rpmds-py.c
parentdd5cfeec61eeddedc842aa11d7ba2376c0e9411e (diff)
downloadrpm-ae1e7d83898e3c14138260ac9a8b53737da83c84.tar.gz
rpm-ae1e7d83898e3c14138260ac9a8b53737da83c84.tar.bz2
rpm-ae1e7d83898e3c14138260ac9a8b53737da83c84.zip
We dont support ancient python versions...
Diffstat (limited to 'python/rpmds-py.c')
-rw-r--r--python/rpmds-py.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmds-py.c b/python/rpmds-py.c
index e42b93a73..7dd5a0be6 100644
--- a/python/rpmds-py.c
+++ b/python/rpmds-py.c
@@ -577,7 +577,6 @@ PyTypeObject rpmds_Type = {
Py_TPFLAGS_DEFAULT | /* tp_flags */
Py_TPFLAGS_HAVE_RICHCOMPARE,
rpmds_doc, /* tp_doc */
-#if Py_TPFLAGS_HAVE_ITER
0, /* tp_traverse */
0, /* tp_clear */
(richcmpfunc) rpmds_richcompare,/* tp_richcompare */
@@ -597,7 +596,6 @@ PyTypeObject rpmds_Type = {
(newfunc) rpmds_new, /* tp_new */
(freefunc) rpmds_free, /* tp_free */
0, /* tp_is_gc */
-#endif
};
/* ---------- */