commit: eb983fc49914c942d476c62f73e025b1e95c8748
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 03:44:03 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> 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