[yum-cvs] /yum-utils/plugins/downloadonly downloadonly.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/downloadonly
In directory login1.linux.duke.edu:/tmp/cvs-serv11784/plugins/downloadonly

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

Index: downloadonly.py
===================================================================
RCS file: /home/groups/yum/cvs//yum-utils/plugins/downloadonly/downloadonly.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- downloadonly.py	7 May 2006 00:45:51 -0000	1.1
+++ downloadonly.py	5 Oct 2006 13:33:23 -0000	1.2
@@ -16,10 +16,10 @@
 #
 # by Menno Smits
 
-from yum.plugins import PluginYumExit, TYPE_INTERFACE
+from yum.plugins import PluginYumExit, TYPE_INTERACTIVE
 
 requires_api_version = '2.0'
-plugin_type = (TYPE_INTERFACE,)
+plugin_type = (TYPE_INTERACTIVE,)
 
 def config_hook(conduit):
    parser = conduit.getOptParser()




More information about the Yum-cvs-commits mailing list