From: Pavlos Ratis Date: Sat, 24 May 2014 17:56:56 +0000 (+0300) Subject: remove unused constants X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cf516e162f2cef8d1b2c4d2367104d298372983f;p=gentoo-keys.git remove unused constants --- 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,