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

skvidal at osuosl.org skvidal at osuosl.org
Fri Jan 22 19:38:14 UTC 2010


 yum/Errors.py |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit c988b13a2aef035e3d2008ed3a25599c7ef318bb
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Jan 22 14:37:58 2010 -0500

    add new exception for pkgtags metadata handling

diff --git a/yum/Errors.py b/yum/Errors.py
index 3a5aca9..a3a12c5 100644
--- a/yum/Errors.py
+++ b/yum/Errors.py
@@ -110,6 +110,9 @@ class CompsException(YumBaseError):
 class MediaError(YumBaseError):
     pass
     
+class PkgTagsError(YumBaseError):
+    pass
+    
 class YumDeprecationWarning(DeprecationWarning):
     """
     Used to mark a method as deprecated.


More information about the Yum-commits mailing list