commit: d1abd2a51a3712a5c9f8c55a8d1baa3bdae4907f
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 19:06:01 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat May 30 23:18:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=d1abd2a5
gkeys/config.py: Remove no longer used MAPSEEDS constant
gkeys/gkeys/config.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gkeys/gkeys/config.py b/gkeys/gkeys/config.py
index 1cac0b0..6abec96 100644
--- a/gkeys/gkeys/config.py
+++ b/gkeys/gkeys/config.py
@@ -30,9 +30,6 @@ if "GENTOO_PORTAGE_EPREFIX" in EPREFIX:
EPREFIX = ''
-MAPSEEDS = { 'dev' : 'gentoodevs.seeds', 'rel': 'gentoo.seeds' }
-
-
class GKeysConfig(GPGConfig):
""" Configuration superclass which holds our gentoo-keys
config settings for pygpg """