From: Mark Wooding Date: Tue, 16 Jan 2007 22:27:24 +0000 (+0000) Subject: key: Make KeyFiles iterate over their keyids, not their keys. X-Git-Tag: 1.0.1~14 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/426e898f1d1fb7514eef632174f0fe42f0eff9b3?hp=426e898f1d1fb7514eef632174f0fe42f0eff9b3 key: Make KeyFiles iterate over their keyids, not their keys. This makes the various mapping methods like keys and values work properly. ---