Kill off _rpmb.error exception type
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 9 Oct 2009 06:35:42 +0000 (09:35 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 9 Oct 2009 06:35:42 +0000 (09:35 +0300)
commitcbad134dd453a24d3e0e55ad81dff0e0baa2f7e9
tree81e12c2e6adedb90f4979e56666dd3e89ac1653f
parent121ea41e33d19e415302c66e842a228212d80c22
Kill off _rpmb.error exception type
- import of _rpmb messes up rpm.error to point to _rpmb.error which we
  do not want
- use ValueError for unparsable spec for now, need to figure something
  saner there still
python/rpmbmodule.c
python/spec-py.c
python/spec-py.h