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 CAA6B1386F1 for ; Sun, 9 Aug 2015 01:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 300FA14179; Sun, 9 Aug 2015 01:09:39 +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 3033C1412D for ; Sun, 9 Aug 2015 01:09:38 +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 04939340B09 for ; Sun, 9 Aug 2015 01:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA80136 for ; Sun, 9 Aug 2015 01:09:33 +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: <1439049099.fd5717c14ae65678f268ac9802d597b237f43a3a.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys/gkeys/base.py X-VCS-Directories: gkeys/gkeys/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: fd5717c14ae65678f268ac9802d597b237f43a3a X-VCS-Branch: master Date: Sun, 9 Aug 2015 01:09:33 +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: 1e20452e-2c55-4fa1-8fb9-6dd204c61f65 X-Archives-Hash: 3e31ca7c136b3e9bd001bce476554023 commit: fd5717c14ae65678f268ac9802d597b237f43a3a Author: Brian Dolbec gentoo org> AuthorDate: Wed Jul 29 06:06:18 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Aug 8 15:51:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=fd5717c1 gkeys/base.py: Fix typo in action initialization gkeys/gkeys/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py index 970ad7c..7253b7b 100644 --- a/gkeys/gkeys/base.py +++ b/gkeys/gkeys/base.py @@ -34,7 +34,7 @@ class Args(object): def __init__(self): - self.ation = None + self.action = None self.all = False self.category = None self.cleankey = False