The exception 'RamdiskNotFoundForImage' is no longer used.

This commit is contained in:
Thuleau Édouard
2011-08-30 18:27:48 +02:00
parent b515d427e0
commit e8db401156

View File

@@ -402,10 +402,6 @@ class KernelNotFoundForImage(ImageNotFound):
message = _("Kernel not found for image %(image_id)s.")
class RamdiskNotFoundForImage(ImageNotFound):
message = _("Ramdisk not found for image %(image_id)s.")
class UserNotFound(NotFound):
message = _("User %(user_id)s could not be found.")