tripe-keys: Fix iteration over keyring.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 5 Apr 2008 12:19:35 +0000 (13:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 5 Apr 2008 12:19:35 +0000 (13:19 +0100)
commitb42d45c07b5355d3359a552f3e627c7498ac644c
tree96dd2e3d6ac52253e2d9d412f292a66b01557b18
parent6b6ad6702f305891ced3b9a7cf3061c75eabda86
tripe-keys: Fix iteration over keyring.

In catacomb-python 426e898f..., KeyFile was changed to iterate over
key-ids rather than keys, for consistency with other mapping objects.
This means that we need to use itervalues explicitly now.
keys/tripe-keys.in