diff options
Diffstat (limited to 'Mac/Lib/test/mkcwproj/mkcwtestmodule.c')
-rw-r--r-- | Mac/Lib/test/mkcwproj/mkcwtestmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/test/mkcwproj/mkcwtestmodule.c b/Mac/Lib/test/mkcwproj/mkcwtestmodule.c index 3271df9..ad8099b 100644 --- a/Mac/Lib/test/mkcwproj/mkcwtestmodule.c +++ b/Mac/Lib/test/mkcwproj/mkcwtestmodule.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 */ |