diff options
Diffstat (limited to 'python/rpmds-py.c')
-rw-r--r-- | python/rpmds-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmds-py.c b/python/rpmds-py.c index 30fb908fb..4b44220dc 100644 --- a/python/rpmds-py.c +++ b/python/rpmds-py.c @@ -341,7 +341,7 @@ static char rpmds_doc[] = PyTypeObject rpmds_Type = { PyVarObject_HEAD_INIT(&PyType_Type, 0) - "rpm.ds", /* tp_name */ + PYTHON_MODULENAME".ds", /* tp_name */ sizeof(rpmdsObject), /* tp_basicsize */ 0, /* tp_itemsize */ /* methods */ |