Accept Python longs as db instance number too
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 26 Mar 2013 10:34:27 +0000 (12:34 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Jun 2013 07:32:30 +0000 (10:32 +0300)
commitb2b6bf5d561f6c0a2b42db215dc177bc61423c56
treede0e9f16cd6f21b04a47ffe0f282b42bfc983042
parent090ee6bb6c7ec4d97cff0f5b7d7d056a22d562d6
Accept Python longs as db instance number too

- Prior to this, trying to retrieve a db instance by number gotten
  from header['dbinstance'] would fail with unknown key type, doh.
(cherry picked from commit 409fb9daea495fb88b9cecaa0a053ad738a625cf)
python/rpmts-py.c