[yum-git] plugins/remove-with-leaves

Seth Vidal skvidal at linux.duke.edu
Tue Sep 9 14:41:50 UTC 2008


 plugins/remove-with-leaves/remove-with-leaves.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6ccff55a0da3fe55d7b4861c69e54cad5aa52ddd
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue Sep 9 10:41:08 2008 -0400

    get rid of interactive - since it isn't really interactive

diff --git a/plugins/remove-with-leaves/remove-with-leaves.py b/plugins/remove-with-leaves/remove-with-leaves.py
index 38b0bf2..81af6fb 100644
--- a/plugins/remove-with-leaves/remove-with-leaves.py
+++ b/plugins/remove-with-leaves/remove-with-leaves.py
@@ -22,11 +22,11 @@ not in use by any other package.
 """
 
 
-from yum.plugins import TYPE_CORE, TYPE_INTERACTIVE, PluginYumExit
+from yum.plugins import TYPE_CORE
 from yum.constants import *
 
 requires_api_version = '2.4'
-plugin_type = (TYPE_CORE, TYPE_INTERACTIVE)
+plugin_type = (TYPE_CORE,)
 
 _requires_cache = {}
 ignore_list = ['glibc', 'bash', 'libgcc']



More information about the Yum-cvs-commits mailing list