From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 434C5138CD0 for ; Sun, 31 May 2015 05:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C75BE08C9; Sun, 31 May 2015 05:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81913E08C5 for ; Sun, 31 May 2015 05:03:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6B73340C50 for ; Sun, 31 May 2015 05:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F5B3A23 for ; Sun, 31 May 2015 05:03:19 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1433027930.d1abd2a51a3712a5c9f8c55a8d1baa3bdae4907f.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys/gkeys/config.py X-VCS-Directories: gkeys/gkeys/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: d1abd2a51a3712a5c9f8c55a8d1baa3bdae4907f X-VCS-Branch: master Date: Sun, 31 May 2015 05:03:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2fd5df83-3195-47aa-926e-81a4bcacf5c8 X-Archives-Hash: 560de75a47428947ef31f82a1538da3e commit: d1abd2a51a3712a5c9f8c55a8d1baa3bdae4907f Author: Brian Dolbec gentoo org> AuthorDate: Sat Mar 21 19:06:01 2015 +0000 Commit: Brian Dolbec gentoo 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 """