*** empty log message ***

This commit is contained in:
Josh Yelon 2005-10-28 16:18:34 +00:00
parent cb435ec686
commit f4539ca2cd
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ EXPORT_THIS Dtool_PyTypedObject Dtool_##CLASS_NAME = {\
{\
PyObject_HEAD_INIT(NULL)\
0,\
#MODULE_NAME "." #PUBLIC_NAME, /*type name with module */ \
"lib" #MODULE_NAME "." #PUBLIC_NAME, /*type name with module */ \
sizeof(Dtool_PyInstDef), /* tp_basicsize*/ \
0, /*tp_itemsize*/ \
&Dtool_Deallocate_General, /*Dtool_Deallocate_##CLASS_NAME,*/ /*tp_dealloc*/\