diff options
Diffstat (limited to 'src/objects/process-object.c')
| -rw-r--r-- | src/objects/process-object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/process-object.c b/src/objects/process-object.c index 43c0fd7..08f423d 100644 --- a/src/objects/process-object.c +++ b/src/objects/process-object.c @@ -152,7 +152,7 @@ static PyMethodDef PyProcess_methods[] = { PyTypeObject PyProcessType = { PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ - "Process", /*tp_name*/ + "irssi.Process", /*tp_name*/ sizeof(PyProcess), /*tp_basicsize*/ 0, /*tp_itemsize*/ (destructor)PyProcess_dealloc, /*tp_dealloc*/ |
