upgrade to final version of pysqlite 2.2.0

This commit is contained in:
Anthony Baxter 2006-04-05 18:25:33 +00:00
parent c48c8db110
commit 8e7b490890
11 changed files with 30 additions and 38 deletions

View file

@ -1029,7 +1029,7 @@ static struct PyMemberDef connection_members[] =
PyTypeObject ConnectionType = {
PyObject_HEAD_INIT(NULL)
0, /* ob_size */
"pysqlite2.dbapi2.Connection", /* tp_name */
MODULE_NAME ".Connection", /* tp_name */
sizeof(Connection), /* tp_basicsize */
0, /* tp_itemsize */
(destructor)connection_dealloc, /* tp_dealloc */