commit: cf516e162f2cef8d1b2c4d2367104d298372983f
Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 17:56:56 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat May 24 17:56:56 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=cf516e16
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,