[blivet:rhel7/master 1/4] Remove unused exception class (#1060255)

mulhern amulhern at redhat.com
Mon Feb 10 15:21:09 UTC 2014


Related: rhbz#1060255

It is not raised anywhere and seems not to really belong.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/errors.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/blivet/errors.py b/blivet/errors.py
index c0449c9..bc538c9 100644
--- a/blivet/errors.py
+++ b/blivet/errors.py
@@ -28,9 +28,6 @@ class StorageError(Exception):
 class NoDisksError(StorageError):
     pass
 
-class ErrorRecoveryFailure(StorageError):
-    pass
-
 # Device
 class DeviceError(StorageError):
     pass
-- 
1.8.3.1



More information about the anaconda-patches mailing list