remove unused constants
authorPavlos Ratis <dastergon@gentoo.org>
Sat, 24 May 2014 17:56:56 +0000 (20:56 +0300)
committerPavlos Ratis <dastergon@gentoo.org>
Sat, 24 May 2014 17:56:56 +0000 (20:56 +0300)
gkeys/config.py

index 9d629b7f9ea939a043a54e8dc20fad923815ccbf..b1a0447d3dac8100186b78c6420f9ba2fb2186d9 100644 (file)
@@ -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,