[yum-commits] Branch 'yum-3_2_X' - yum/mdparser.py

Tim Lauridsen timlau at osuosl.org
Tue Oct 20 04:15:45 UTC 2009


 yum/mdparser.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b997cc649f75e668b98008c916146b4f7a9fdb68
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Tue Oct 20 06:15:35 2009 +0200

    pylint: fix syntax error (missing comma)

diff --git a/yum/mdparser.py b/yum/mdparser.py
index 26c128b..2753dad 100644
--- a/yum/mdparser.py
+++ b/yum/mdparser.py
@@ -82,7 +82,7 @@ class BaseEntry:
         return self._p.values()
 
     def has_key(self, k):
-        warnings.warn('has_key() will go away in a future version of Yum.\n'
+        warnings.warn('has_key() will go away in a future version of Yum.\n',
                       Errors.YumFutureDeprecationWarning, stacklevel=2)
         return k in self._p
 


More information about the Yum-commits mailing list