From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pqej5-0003d0-1r for garchives@archives.gentoo.org; Sat, 19 Feb 2011 04:47:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B514E04D2; Sat, 19 Feb 2011 04:47:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B914E04D2 for ; Sat, 19 Feb 2011 04:47:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 683BE1B40BC for ; Sat, 19 Feb 2011 04:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8BAB38006A for ; Sat, 19 Feb 2011 04:47:12 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <762d63a6bd055092ce2033c21bd70871c1c8d234.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/config.py X-VCS-Directories: layman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 762d63a6bd055092ce2033c21bd70871c1c8d234 Date: Sat, 19 Feb 2011 04:47:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ad230aedd6aa0f4d21f91bacb742ad9d commit: 762d63a6bd055092ce2033c21bd70871c1c8d234 Author: Brian Dolbec gmail com> AuthorDate: Sat Feb 19 04:46:57 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Feb 19 04:46:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3D762d63a6 fix typos --- layman/config.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layman/config.py b/layman/config.py index 3abb73c..12fe0c9 100644 --- a/layman/config.py +++ b/layman/config.py @@ -167,8 +167,8 @@ class BareConfig(object): self._set_quietness() =20 def _set_quietness(self, value): - self._option['output'].set_info_level(int(self['quietness'])= ) - self._option['output'].set_warn_level(int(self['quietness'])= ) + self._options['output'].set_info_level(int(self['quietness']= )) + self._options['output'].set_warn_level(int(self['quietness']= )) =20 =20 def __getitem__(self, key):