[yum-cvs] /yum-utils/plugins/allowdowngrade allowdowngrade.py, 1.1, 1.2

Tim Lauridsen timlau at linux.duke.edu
Thu Oct 5 13:33:25 UTC 2006


Update of /home/groups/yum/cvs//yum-utils/plugins/allowdowngrade
In directory login1.linux.duke.edu:/tmp/cvs-serv11784/plugins/allowdowngrade

Modified Files:
	allowdowngrade.py 
Log Message:
TYPE_INTERFACE -> TYPE_INTERACTIVE

Index: allowdowngrade.py
===================================================================
RCS file: /home/groups/yum/cvs//yum-utils/plugins/allowdowngrade/allowdowngrade.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- allowdowngrade.py	5 Sep 2006 18:53:29 -0000	1.1
+++ allowdowngrade.py	5 Oct 2006 13:33:23 -0000	1.2
@@ -14,11 +14,11 @@
 #
 # by Panu Matilainen <pmatilai at laiskiainen.org>
 
-from yum.plugins import TYPE_INTERFACE
+from yum.plugins import TYPE_INTERACTIVE
 from rpm import RPMPROB_FILTER_OLDPACKAGE 
 
 requires_api_version = '2.4'
-plugin_type = (TYPE_INTERFACE,)
+plugin_type = (TYPE_INTERACTIVE,)
 
 def config_hook(conduit):
     parser = conduit.getOptParser()




More information about the Yum-cvs-commits mailing list