Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/
Date: Sun, 31 May 2015 05:03:25
Message-Id: 1433027930.d1abd2a51a3712a5c9f8c55a8d1baa3bdae4907f.dolsen@gentoo
1 commit: d1abd2a51a3712a5c9f8c55a8d1baa3bdae4907f
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 21 19:06:01 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 23:18:50 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=d1abd2a5
7
8 gkeys/config.py: Remove no longer used MAPSEEDS constant
9
10 gkeys/gkeys/config.py | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/gkeys/gkeys/config.py b/gkeys/gkeys/config.py
14 index 1cac0b0..6abec96 100644
15 --- a/gkeys/gkeys/config.py
16 +++ b/gkeys/gkeys/config.py
17 @@ -30,9 +30,6 @@ if "GENTOO_PORTAGE_EPREFIX" in EPREFIX:
18 EPREFIX = ''
19
20
21 -MAPSEEDS = { 'dev' : 'gentoodevs.seeds', 'rel': 'gentoo.seeds' }
22 -
23 -
24 class GKeysConfig(GPGConfig):
25 """ Configuration superclass which holds our gentoo-keys
26 config settings for pygpg """