Add an #endif I accidentally removed

This commit is contained in:
James Henstridge 2008-05-05 10:43:38 +08:00
parent e01da0a540
commit 3cfe438b74

View File

@ -341,6 +341,7 @@ static struct PyMethodDef connectionObject_methods[] = {
METH_VARARGS, psyco_conn_get_transaction_status_doc},
{"lobject", (PyCFunction)psyco_conn_lobject,
METH_VARARGS|METH_KEYWORDS, psyco_conn_lobject_doc},
#endif
{NULL}
};