diff options
Diffstat (limited to 'psycopg/microprotocols_proto.c')
-rw-r--r-- | psycopg/microprotocols_proto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/psycopg/microprotocols_proto.c b/psycopg/microprotocols_proto.c index 31cd4cd..861c8ef 100644 --- a/psycopg/microprotocols_proto.c +++ b/psycopg/microprotocols_proto.c @@ -106,8 +106,8 @@ static struct PyMethodDef isqlquoteObject_methods[] = { METH_VARARGS, psyco_isqlquote_getbinary_doc}, {"getbuffer", (PyCFunction)psyco_isqlquote_getbuffer, METH_VARARGS, psyco_isqlquote_getbuffer_doc}, - {"prepare", (PyCFunction)psyco_isqlquote_prepare, - METH_VARARGS, psyco_isqlquote_prepare_doc}, + /* {"prepare", (PyCFunction)psyco_isqlquote_prepare, + METH_VARARGS, psyco_isqlquote_prepare_doc}, */ {NULL} }; |