From aaf2b8eee8adf2d3cda26161e1f89019428b7e0d Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 5 Nov 2012 21:40:44 +0100 Subject: [PATCH] [entropy.const] kill etpUi['quiet'] --- lib/entropy/const.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/entropy/const.py b/lib/entropy/const.py index 877771712..6b4086243 100644 --- a/lib/entropy/const.py +++ b/lib/entropy/const.py @@ -197,7 +197,6 @@ if _more_keywords is not None: etpUi = { 'interactive': os.getenv("ETP_NONINTERACTIVE") is None, 'debug': False, - 'quiet': False, 'mute': False, 'clean': False, 'warn': True,