summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-05-15 22:10:54 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-06-19 15:50:52 -0400
commit24a6f7413e784513d432451b92fa799980b09b1d (patch)
tree5594de0c3fd22e2703188e25e689f09f2119a223 /WebappConfig/db.py
parentwebapp.eclass: Changes order of command line flags (diff)
downloadwebapp-config-24a6f7413e784513d432451b92fa799980b09b1d.tar.gz
webapp-config-24a6f7413e784513d432451b92fa799980b09b1d.tar.bz2
webapp-config-24a6f7413e784513d432451b92fa799980b09b1d.zip
{config, db}.py: Adds proper support for list-installs command
The webapp-config man page says that the --list-installs flag can be the package name, and/or version, or "*". So changes needed to be made to allow for this functionality.
Diffstat (limited to 'WebappConfig/db.py')
-rw-r--r--WebappConfig/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/db.py b/WebappConfig/db.py
index 0fbd34a..06d9e04 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
- print(i[3].strip())
+ OUT.info(i[3].strip(), 1)
# ========================================================================
# Handler for /usr/share/webapps