*** empty log message ***

This commit is contained in:
Roger Hughston 2005-06-29 22:19:14 +00:00
parent 31bf98f33a
commit 78024e3740

View File

@ -43,6 +43,7 @@
#ifdef HAVE_LONG_LONG
#undef HAVE_LONG_LONG
#endif
#include "Python.h"
#include "structmember.h"
#ifdef HAVE_LONG_LONG
@ -801,7 +802,7 @@ static PyObject * GetSupperBase(PyObject * self)
};
static PyMethodDef Dtool_Methods_DTOOL_SUPPER_BASE[]= {
PyMethodDef Dtool_Methods_DTOOL_SUPPER_BASE[]= {
{ "DtoolGetSupperBase",(PyCFunction ) &GetSupperBase, METH_NOARGS,"Will Return SUPPERbase Class"},
{ NULL, NULL }
};