def abort_unauthorized(description): """Raise an Unauthorized exception. """ abort(httplib.UNAUTHORIZED, description=description)