Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/
Date: Tue, 27 May 2014 20:56:50
Message-Id: 1400954216.cf516e162f2cef8d1b2c4d2367104d298372983f.dol-sen@gentoo
1 commit: cf516e162f2cef8d1b2c4d2367104d298372983f
2 Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 24 17:56:56 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sat May 24 17:56:56 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=cf516e16
7
8 remove unused constants
9
10 ---
11 gkeys/config.py | 9 ---------
12 1 file changed, 9 deletions(-)
13
14 diff --git a/gkeys/config.py b/gkeys/config.py
15 index 9d629b7..b1a0447 100644
16 --- a/gkeys/config.py
17 +++ b/gkeys/config.py
18 @@ -110,15 +110,6 @@ class GKeysConfig(GPGConfig):
19 return super(GKeysConfig, self)._get_(key, subkey)
20
21
22 -# some constants used in gkeyldap/actions.py
23 -# they map the index values of the GKEY input data fields
24 -NICK = 0
25 -NAME = 1
26 -KEYID = 2
27 -LONGKEYID = 3
28 -KEYDIR = 4
29 -FINGERPRINT = 5
30 -
31 # set some defaults
32 KEYLEN_MAP = {
33 'keyid': 8,