[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
- Previous message: [yum-cvs] yum/yum __init__.py, 1.205, 1.206 config.py, 1.97, 1.98 plugins.py, 1.24, 1.25
- Next message: [yum-cvs] yum-metadata-parser MANIFEST.in, NONE, 1.1 yum-metadata-parser.spec, NONE, 1.1 ChangeLog, 1.2, 1.3 setup.py, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 = {
- Previous message: [yum-cvs] yum/yum __init__.py, 1.205, 1.206 config.py, 1.97, 1.98 plugins.py, 1.24, 1.25
- Next message: [yum-cvs] yum-metadata-parser MANIFEST.in, NONE, 1.1 yum-metadata-parser.spec, NONE, 1.1 ChangeLog, 1.2, 1.3 setup.py, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list