[yum-cvs] yum/yum plugins.py,1.27,1.28

Menno Smits mjs at linux.duke.edu
Fri Jun 16 07:40:16 UTC 2006


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

Modified Files:
	plugins.py 
Log Message:
Fixed "inhert" typo.


Index: plugins.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/plugins.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- plugins.py	15 Jun 2006 09:59:14 -0000	1.27
+++ plugins.py	16 Jun 2006 07:40:14 -0000	1.28
@@ -395,7 +395,7 @@
         elif where == PLUG_OPT_WHERE_ALL:
             option = type2opt[valuetype](default)
             setattr(config.YumConf, name, option)
-            setattr(config.RepoConf, name, config.inhert(option))
+            setattr(config.RepoConf, name, config.Inherit(option))
 
 class InitPluginConduit(PluginConduit):
 




More information about the Yum-cvs-commits mailing list