This commit is contained in:
Doug MacEachern 2007-09-09 17:13:44 +00:00
parent 6c64a61ffa
commit 4989b9d107
1 changed files with 6 additions and 6 deletions

View File

@ -125,12 +125,12 @@ static PyTypeObject pysigar_PySigarType = {
0, /*tp_as_buffer*/ 0, /*tp_as_buffer*/
PySigar_TPFLAGS, /*tp_flags*/ PySigar_TPFLAGS, /*tp_flags*/
0, /*tp_doc*/ 0, /*tp_doc*/
0, /*tp_traverse*/ 0, /*tp_traverse*/
0, /*tp_clear*/ 0, /*tp_clear*/
0, /*tp_richcompare*/ 0, /*tp_richcompare*/
0, /*tp_weaklistoffset*/ 0, /*tp_weaklistoffset*/
0, /*tp_iter*/ 0, /*tp_iter*/
0, /*tp_iternext*/ 0, /*tp_iternext*/
pysigar_methods, /*tp_methods*/ pysigar_methods, /*tp_methods*/
0, /*tp_members*/ 0, /*tp_members*/
0, /*tp_getset*/ 0, /*tp_getset*/