Return transfer id Prevent when the two accounts aren't on the same backend

Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
Nicolas Duhamel 2010-09-28 21:58:54 +02:00 committed by Romain Bignon
commit 935531c5ae
4 changed files with 28 additions and 13 deletions

View file

@ -24,7 +24,7 @@ if sys.version_info[:2] <= (2, 5):
from .base import IBaseCap, CapBaseObject
__all__ = ['Account', 'AccountNotFound', 'ICapBank', 'Operation']
__all__ = ['Account', 'AccountNotFound', 'NotEnoughMoney', 'ICapBank', 'Operation']
class AccountNotFound(Exception):