diff options
author | jbj <devnull@localhost> | 2002-05-28 16:22:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-28 16:22:42 +0000 |
commit | 3b633106748d2677dc129e732b150054b5bb91fd (patch) | |
tree | 57fb4d89d9f619d8cf3e29d4b4a1a0a471f3d7c5 /python/rpmfd-py.c | |
parent | 23bbe266cc1856fbbb29d8b8ea1cc52d7372f9e1 (diff) | |
download | rpm-3b633106748d2677dc129e732b150054b5bb91fd.tar.gz rpm-3b633106748d2677dc129e732b150054b5bb91fd.tar.bz2 rpm-3b633106748d2677dc129e732b150054b5bb91fd.zip |
- add rpmal/rpmte/rpmfd methods to bindings.
- drop cpanflute and cpanflute2, will be in Chip's CPAN package now.
CVS patchset: 5452
CVS date: 2002/05/28 16:22:42
Diffstat (limited to 'python/rpmfd-py.c')
-rw-r--r-- | python/rpmfd-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmfd-py.c b/python/rpmfd-py.c index 610ce6e7e..8868521f0 100644 --- a/python/rpmfd-py.c +++ b/python/rpmfd-py.c @@ -162,7 +162,7 @@ static char rpmfd_doc[] = PyTypeObject rpmfd_Type = { PyObject_HEAD_INIT(NULL) 0, /* ob_size */ - "rpm.io", /* tp_name */ + "rpm.fd", /* tp_name */ sizeof(rpmfdObject), /* tp_size */ 0, /* tp_itemsize */ (destructor)0, /* tp_dealloc */ |