Revision 22a9959d snf-cyclades-app/synnefo/db/models.py

b/snf-cyclades-app/synnefo/db/models.py
460 460
        def __str__(self):
461 461
            return repr(str(self._action))
462 462

  
463
    class DeletedError(Exception):
464
        pass
465

  
463 466
    @property
464 467
    def backend_id(self):
465 468
        """Return the backend id by prepending backend-prefix."""

Also available in: Unified diff