Remove unnecessary header type checking
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Sep 2009 14:44:07 +0000 (17:44 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Sep 2009 14:44:07 +0000 (17:44 +0300)
commitab66c9ff47664fcfae6eea2146be65ccbff43195
treeaf019722725f84a04b37c645f8d97b9d3b6cb67c
parent693838658d0a1c94bc9efa31de700e2a9898c88c
Remove unnecessary header type checking
- the type is already validated by PyArg_ParseTupleAndKeywords(),
  no need to doublecheck
python/rpmts-py.c