diff options
Diffstat (limited to 'Modules/xxmodule.c')
-rw-r--r-- | Modules/xxmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c index 29b874b..0ee9f7a 100644 --- a/Modules/xxmodule.c +++ b/Modules/xxmodule.c @@ -98,7 +98,7 @@ statichere PyTypeObject Xxo_Type = { * to be portable to Windows without using C++. */ PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ - "Xxo", /*tp_name*/ + "xxmodule.Xxo", /*tp_name*/ sizeof(XxoObject), /*tp_basicsize*/ 0, /*tp_itemsize*/ /* methods */ |