From d11bda8d8187afdbefedd6c4d37a2fcaa4f6c980 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Wed, 15 Oct 2008 10:51:14 +0000
Subject: [PATCH] Change the JobQueueError parent class

Currently this is not derived from GenericError, but there's no reason
for it to be so.

Reviewed-by: imsnah
---
 lib/errors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/errors.py b/lib/errors.py
index 50a194117..bbf13f1f2 100644
--- a/lib/errors.py
+++ b/lib/errors.py
@@ -237,7 +237,7 @@ class QuitGanetiException(Exception):
   """
 
 
-class JobQueueError(Exception):
+class JobQueueError(GenericError):
   """Job queue error.
 
   """
-- 
GitLab