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/rpmte-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/rpmte-py.c')
-rw-r--r-- | python/rpmte-py.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmte-py.c b/python/rpmte-py.c index 75d1cb197..412e54306 100644 --- a/python/rpmte-py.c +++ b/python/rpmte-py.c @@ -335,7 +335,6 @@ PyTypeObject rpmte_Type = { 0, /* tp_as_buffer */ Py_TPFLAGS_DEFAULT, /* tp_flags */ rpmte_doc, /* tp_doc */ -#if Py_TPFLAGS_HAVE_ITER 0, /* tp_traverse */ 0, /* tp_clear */ 0, /* tp_richcompare */ @@ -355,7 +354,6 @@ PyTypeObject rpmte_Type = { 0, /* tp_new */ 0, /* tp_free */ 0, /* tp_is_gc */ -#endif }; rpmteObject * rpmte_Wrap(rpmte te) |