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 E187C138CEE for ; Fri, 19 Jun 2015 19:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4069F14047; Fri, 19 Jun 2015 19:53: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 DB01C14047 for ; Fri, 19 Jun 2015 19:53:01 +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 398C6340CC5 for ; Fri, 19 Jun 2015 19:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAABCA60 for ; Fri, 19 Jun 2015 19:52:57 +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: <1434743523.eb983fc49914c942d476c62f73e025b1e95c8748.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:master 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: eb983fc49914c942d476c62f73e025b1e95c8748 X-VCS-Branch: master Date: Fri, 19 Jun 2015 19:52:57 +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: 5db77bc4-cb1d-400d-b3cf-61ab2b9ea898 X-Archives-Hash: 14b735c9a93328d0ab0f912fdb26542b commit: eb983fc49914c942d476c62f73e025b1e95c8748 Author: Devan Franchini gentoo org> AuthorDate: Sun May 17 03:44:03 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Fri Jun 19 19:52:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=eb983fc4 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