CVS patchset: 4118
CVS date: 2000/08/24 06:21:08
This commit is contained in:
msw 2000-08-24 06:21:08 +00:00
parent 8433a7c142
commit f463e1253d
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ struct hdrObject_s {
/* Data */
static PyObject * pyrpmError;
static Header transactionSetHeader;
static Header transactionSetHeader = NULL;
static PyMethodDef rpmModuleMethods[] = {
{ "TransactionSet", (PyCFunction) rpmtransCreate, METH_VARARGS, NULL },