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 23B81138CCE for ; Sun, 17 May 2015 03:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2E80E085C; Sun, 17 May 2015 03:44:17 +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 767EFE085C for ; Sun, 17 May 2015 03:44:17 +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 AEDC7341022 for ; Sun, 17 May 2015 03:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6851F9AA for ; Sun, 17 May 2015 03:44:15 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1431834243.06ee9ed48c9c25544eb0776c5f9797c0abbb898f.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/ X-VCS-Repository: proj/webapp-config X-VCS-Files: WebappConfig/db.py X-VCS-Directories: WebappConfig/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 06ee9ed48c9c25544eb0776c5f9797c0abbb898f X-VCS-Branch: experimental Date: Sun, 17 May 2015 03:44:15 +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: bbcb6894-e22a-4fb5-acd7-ce55c4bafb9c X-Archives-Hash: 6a4a31d2394817faef4d2417e98d1c2e commit: 06ee9ed48c9c25544eb0776c5f9797c0abbb898f Author: Devan Franchini gentoo org> AuthorDate: Sun May 17 03:44:03 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Sun May 17 03:44:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=06ee9ed4 db.py: Reverts OUT.info() call to print() in listinstalls() WebappConfig/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebappConfig/db.py b/WebappConfig/db.py index 06d9e04..0fbd34a 100644 --- a/WebappConfig/db.py +++ b/WebappConfig/db.py @@ -403,7 +403,7 @@ class WebappDB(AppHierarchy): OUT.info(' ' + i[3].strip(), 1) else: # This is a simplified form for the webapp.eclass - OUT.info(i[3].strip(), 1) + print(i[3].strip()) # ======================================================================== # Handler for /usr/share/webapps