Add fi.Digest() method to python bindings
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 30 May 2008 09:02:21 +0000 (12:02 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 2 Jun 2008 06:50:48 +0000 (09:50 +0300)
commitfad3c10b90cc547f4149dd5db70874a2ea1ea992
treeeb22474d6d9380096e74080acf5f8bfd8f816a6c
parent55d5c497363d3b8892979c16259ca6d54a6bde01
Add fi.Digest() method to python bindings
- use same code for creating the digest object on iteration and method call
- fi.MD5() left around as alias for fi.Digest(), dunno if that's the best
  thing to do but it's just a python string so returned size isn't that
  critical..
python/rpmfi-py.c