From cf516e162f2cef8d1b2c4d2367104d298372983f Mon Sep 17 00:00:00 2001 From: Pavlos Ratis Date: Sat, 24 May 2014 20:56:56 +0300 Subject: [PATCH] remove unused constants --- gkeys/config.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gkeys/config.py b/gkeys/config.py index 9d629b7..b1a0447 100644 --- a/gkeys/config.py +++ b/gkeys/config.py @@ -110,15 +110,6 @@ class GKeysConfig(GPGConfig): return super(GKeysConfig, self)._get_(key, subkey) -# some constants used in gkeyldap/actions.py -# they map the index values of the GKEY input data fields -NICK = 0 -NAME = 1 -KEYID = 2 -LONGKEYID = 3 -KEYDIR = 4 -FINGERPRINT = 5 - # set some defaults KEYLEN_MAP = { 'keyid': 8, -- 2.26.2