diff options
author | jbj <devnull@localhost> | 2002-12-04 02:01:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-04 02:01:47 +0000 |
commit | a2e69e76226fd29b6aeacc982b7acd62843e48ae (patch) | |
tree | 64774ae2ecb479ef9d8e1af1861dd0bd2a96c551 /python/rpmmi-py.c | |
parent | 0717d19bb11f312bfeba9a43651a72581dcd6a21 (diff) | |
download | librpm-tizen-a2e69e76226fd29b6aeacc982b7acd62843e48ae.tar.gz librpm-tizen-a2e69e76226fd29b6aeacc982b7acd62843e48ae.tar.bz2 librpm-tizen-a2e69e76226fd29b6aeacc982b7acd62843e48ae.zip |
python: gilding lilies.
CVS patchset: 5915
CVS date: 2002/12/04 02:01:47
Diffstat (limited to 'python/rpmmi-py.c')
-rw-r--r-- | python/rpmmi-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmmi-py.c b/python/rpmmi-py.c index 24f5d0d2a..3af37a7bf 100644 --- a/python/rpmmi-py.c +++ b/python/rpmmi-py.c @@ -230,7 +230,7 @@ static char rpmmi_doc[] = */ /*@-fullinitblock@*/ PyTypeObject rpmmi_Type = { - PyObject_HEAD_INIT(NULL) + PyObject_HEAD_INIT(&PyType_Type) 0, /* ob_size */ "rpm.mi", /* tp_name */ sizeof(rpmmiObject), /* tp_size */ |