projects
/
gentoo-keys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e56c1e
)
remove unused constants
author
Pavlos Ratis
<dastergon@gentoo.org>
Sat, 24 May 2014 17:56:56 +0000
(20:56 +0300)
committer
Pavlos Ratis
<dastergon@gentoo.org>
Sat, 24 May 2014 17:56:56 +0000
(20:56 +0300)
gkeys/config.py
patch
|
blob
|
history
diff --git
a/gkeys/config.py
b/gkeys/config.py
index 9d629b7f9ea939a043a54e8dc20fad923815ccbf..b1a0447d3dac8100186b78c6420f9ba2fb2186d9 100644
(file)
--- 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,