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 1Pqe9T-0004ek-9U for garchives@archives.gentoo.org; Sat, 19 Feb 2011 04:10:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 149481C001; Sat, 19 Feb 2011 04:10:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D4A461C001 for ; Sat, 19 Feb 2011 04:10:27 +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 40DEA1B404D for ; Sat, 19 Feb 2011 04:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6FB1B8006A for ; Sat, 19 Feb 2011 04:10:24 +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: 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: a54b7138d76dacf2c8e3ba9b550d7619790a9010 Date: Sat, 19 Feb 2011 04:10:24 +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: 5999b6a82e8b2af614fa137d1dea2374 commit: a54b7138d76dacf2c8e3ba9b550d7619790a9010 Author: Brian Dolbec gmail com> AuthorDate: Sat Feb 19 04:10:18 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Feb 19 04:10:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3Da54b7138 fix missed colon --- layman/config.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/layman/config.py b/layman/config.py index 6c3677c..3abb73c 100644 --- a/layman/config.py +++ b/layman/config.py @@ -166,7 +166,7 @@ class BareConfig(object): if option =3D=3D 'quietness': self._set_quietness() =20 - def _set_quietness(self, value) + def _set_quietness(self, value): self._option['output'].set_info_level(int(self['quietness'])= ) self._option['output'].set_warn_level(int(self['quietness'])= ) =20