summaryrefslogtreecommitdiff
path: root/python/rpmps-py.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/rpmps-py.c')
-rw-r--r--python/rpmps-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmps-py.c b/python/rpmps-py.c
index bdc899a60..3ee9d4a9a 100644
--- a/python/rpmps-py.c
+++ b/python/rpmps-py.c
@@ -72,7 +72,7 @@ static void rpmprob_dealloc(rpmProblemObject *s)
PyTypeObject rpmProblem_Type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
- "rpm.prob", /* tp_name */
+ PYTHON_MODULENAME".prob", /* tp_name */
sizeof(rpmProblemObject), /* tp_basicsize */
0, /* tp_itemsize */
/* methods */