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 1Qv2qp-00038n-M6 for garchives@archives.gentoo.org; Sun, 21 Aug 2011 07:53:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9649E21C0CA; Sun, 21 Aug 2011 07:53:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 635D121C0CA for ; Sun, 21 Aug 2011 07:53:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAC881B4016 for ; Sun, 21 Aug 2011 07:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9BDEE80048 for ; Sun, 21 Aug 2011 07:53:38 +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: <2c9df94436e25e45f0324929ebdbf33a1aa1a2d5.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/output.py X-VCS-Directories: layman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 2c9df94436e25e45f0324929ebdbf33a1aa1a2d5 Date: Sun, 21 Aug 2011 07:53:38 +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: 610b1259480230876750ea27449b5db7 commit: 2c9df94436e25e45f0324929ebdbf33a1aa1a2d5 Author: dol-sen gmail com> AuthorDate: Sun Aug 21 07:35:18 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Aug 21 07:50:33 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3D2c9df944 pass the input parameters to MessageBase --- layman/output.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/layman/output.py b/layman/output.py index c900a31..37da0c5 100644 --- a/layman/output.py +++ b/layman/output.py @@ -100,7 +100,8 @@ class Message(MessageBase): error_callback =3D None ): =20 - MessageBase.__init__(self) + MessageBase.__init__(self, out, err, info_level, warn_level, + col, error_callback) =20 =20 ## Output Functions