Merge "Clean up DatabaseMigrationError"

This commit is contained in:
Jenkins 2014-02-08 06:59:34 +00:00 committed by Gerrit Code Review
commit e7413091c3

View File

@ -150,10 +150,6 @@ class AuthorizationRedirect(GlanceException):
message = _("Redirecting to %(uri)s for authorization.")
class DatabaseMigrationError(GlanceException):
message = _("There was an error migrating the database.")
class ClientConnectionError(GlanceException):
message = _("There was an error connecting to a server")