commit: 6c03a58c9d7563031c17eecada9c141f9dd88b72 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Sat Jan 3 23:16:55 2015 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Mon Jan 5 22:14:35 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=6c03a58c
gkeys/actions.py: Remove import-key from Available_actions This functions is totally untested so far, especially with all hte changes since it was first roughed in. --- gkeys/gkeys/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py index e6a9bcd..6f8fa11 100644 --- a/gkeys/gkeys/actions.py +++ b/gkeys/gkeys/actions.py @@ -34,7 +34,7 @@ from gkeys.checks import SPECCHECK_SUMMARY, convert_pf, convert_yn Seed_Actions = ['----seeds----', 'add-seed', 'fetch-seed', 'list-seed', 'list-seedfiles', 'move-seed', 'remove-seed'] -Key_Actions = ['----keys-----', 'check-key', 'import-key', 'installed', +Key_Actions = ['----keys-----', 'check-key', 'installed', 'install-key', 'list-key', 'move-key', 'refresh-key', 'remove-key', 'search-key', 'spec-check']