[yum-cvs] yum cli.py,1.234,1.235

Menno Smits mjs at linux.duke.edu
Wed Sep 6 07:48:16 UTC 2006


Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv15252

Modified Files:
	cli.py 
Log Message:
use TYPE_INTERACTIVE instead of the deprecated TYPE_INTERFACE


Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- cli.py	6 Sep 2006 02:21:23 -0000	1.234
+++ cli.py	6 Sep 2006 07:48:14 -0000	1.235
@@ -186,7 +186,7 @@
         try:
             self.doConfigSetup(opts.conffile, root, 
                     init_plugins=not opts.noplugins,
-                    plugin_types=(plugins.TYPE_CORE,plugins.TYPE_INTERFACE,),
+                    plugin_types=(plugins.TYPE_CORE,plugins.TYPE_INTERACTIVE,),
                     optparser=self.optparser,
                     debuglevel=opts.debuglevel,
                     errorlevel=opts.errorlevel)




More information about the Yum-cvs-commits mailing list