diff options
author | 2014-12-20 16:26:25 -0800 | |
---|---|---|
committer | 2014-12-22 14:58:09 -0800 | |
commit | 64596f0e270fa7642c95fc227343e651a55cbb50 (patch) | |
tree | e5b0739c2117e089fe5e6e5d111cd8b97888c339 | |
parent | Move the 3 pkgs into their own *-pkg dir (diff) | |
download | gentoo-keys-64596f0e270fa7642c95fc227343e651a55cbb50.tar.gz gentoo-keys-64596f0e270fa7642c95fc227343e651a55cbb50.tar.bz2 gentoo-keys-64596f0e270fa7642c95fc227343e651a55cbb50.zip |
gkeys/actions.py: fix rebase error in Available_Actions
-rw-r--r-- | gkeys/gkeys/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py index a224372..be59fb3 100644 --- a/gkeys/gkeys/actions.py +++ b/gkeys/gkeys/actions.py @@ -26,7 +26,7 @@ from gkeys.checks import SPECCHECK_SUMMARY, convert_pf, convert_yn Available_Actions = ['listseed', 'addseed', 'removeseed', 'moveseed', 'fetchseed', 'listseedfiles', 'listkey', 'installkey', 'removekey', 'movekey', - 'installed', 'importkey', 'verify', 'checkkey', 'sign', 'speccheck'] + 'installed', 'importkey', 'verify', 'checkkey', 'sign', 'speccheck', 'refreshkey'] Action_Options = { |