From 147295dbd64a178a918a41341aa12fc14ecd63f8 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 3 Jan 2015 10:08:48 -0800 Subject: gkeys: Move Action_Map and other non-operation data to action_map.py This removes the bloat of the man page data and makes obtaining the data less taxing for non-operational needs. Update Action_options import change Add list-key example Update more actions --- gkeys/gkeys/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gkeys/gkeys/__init__.py') diff --git a/gkeys/gkeys/__init__.py b/gkeys/gkeys/__init__.py index d5a659e..7256297 100644 --- a/gkeys/gkeys/__init__.py +++ b/gkeys/gkeys/__init__.py @@ -5,7 +5,7 @@ from collections import OrderedDict -from gkeys.actions import Action_Map, Available_Actions +from gkeys.action_map import Action_Map, Available_Actions __version__ = 'Git' @@ -24,4 +24,5 @@ the GPG keys used for validation on users and Gentoo's infrastracutre servers. Gentoo Keys is able to verify GPG keys used for Gentoo's release media, such as installation CD's, Live DVD's, packages and other GPG signed documents.''', 'sub-cmds': subdata, + 'authors': ['Brian Dolbec ', 'Pavlos Ratis '], } -- cgit v1.2.3-18-g5258