[yum-cvs] yum/yum plugins.py,1.25,1.26

Menno Smits mjs at linux.duke.edu
Sun Jun 4 19:56:30 UTC 2006


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

Modified Files:
	plugins.py 
Log Message:
Fixed missing comma


Index: plugins.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/plugins.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- plugins.py	4 Jun 2006 19:48:37 -0000	1.25
+++ plugins.py	4 Jun 2006 19:56:28 -0000	1.26
@@ -370,7 +370,7 @@
         @param default: Default value for the option if not set by the user.
         '''
         warnings.warn('registerOpt() will go away in a future version of Yum.\n'
-                'Please manipulate config.YumConf and config.RepoConf directly.'
+                'Please manipulate config.YumConf and config.RepoConf directly.',
                 DeprecationWarning)
 
         type2opt =  {




More information about the Yum-cvs-commits mailing list