[blivet:master 4/6] Removed a redundant definition of NoDisksError

mulhern amulhern at redhat.com
Fri Mar 21 20:17:13 UTC 2014


From: David Shea <dshea at redhat.com>

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 8013119..e2287f2 100644
--- a/blivet/errors.py
+++ b/blivet/errors.py
@@ -186,9 +186,6 @@ class SizePlacesError(StorageError):
 class UnknownSourceDeviceError(StorageError):
     pass
 
-class NoDisksError(StorageError):
-    pass
-
 # factories
 class DeviceFactoryError(StorageError):
     pass
-- 
1.8.3.1



More information about the anaconda-patches mailing list