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/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gkeys/gkeys/cli.py') diff --git a/gkeys/gkeys/cli.py b/gkeys/gkeys/cli.py index f266f6c..8ec45f9 100644 --- a/gkeys/gkeys/cli.py +++ b/gkeys/gkeys/cli.py @@ -17,7 +17,8 @@ import os import sys from gkeys.base import CliBase -from gkeys.actions import Actions, Available_Actions, Action_Map +from gkeys.actions import Actions +from gkeys.action_map import Available_Actions, Action_Map from gkeys.config import GKeysConfig -- cgit v1.2.3-65-gdbad