Added __conform__ to all adapters (typos excluded.)

This commit is contained in:
Federico Di Gregorio 2005-03-03 06:39:18 +00:00
parent 515d66cc9f
commit c787de5aad
5 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ asis_getquoted(asisObject *self, PyObject *args)
}
PyObject *
asis_conform(binaryObject *self, PyObject *args)
asis_conform(asisObject *self, PyObject *args)
{
PyObject *res, *proto;

View File

@ -84,7 +84,7 @@ pydatetime_getquoted(pydatetimeObject *self, PyObject *args)
}
PyObject *
datetime_conform(binaryObject *self, PyObject *args)
pydatetime_conform(pydatetimeObject *self, PyObject *args)
{
PyObject *res, *proto;

View File

@ -60,7 +60,7 @@ mxdatetime_getquoted(mxdatetimeObject *self, PyObject *args)
}
PyObject *
mxdatetime_conform(binaryObject *self, PyObject *args)
mxdatetime_conform(mxdatetimeObject *self, PyObject *args)
{
PyObject *res, *proto;

View File

@ -53,7 +53,7 @@ pboolean_getquoted(pbooleanObject *self, PyObject *args)
}
PyObject *
pboolean_conform(binaryObject *self, PyObject *args)
pboolean_conform(pbooleanObject *self, PyObject *args)
{
PyObject *res, *proto;

View File

@ -185,7 +185,7 @@ qstring_prepare(qstringObject *self, PyObject *args)
}
PyObject *
qstring_conform(binaryObject *self, PyObject *args)
qstring_conform(qstringObject *self, PyObject *args)
{
PyObject *res, *proto;