gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] 07/12: Addressing #5543.


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] 07/12: Addressing #5543.
Date: Fri, 29 Mar 2019 18:08:26 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

commit 10c96a75aa15c020df377499ff65022d2bf725a6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Feb 8 16:24:15 2019 +0100

    Addressing #5543.
---
 talerbank/app/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/models.py b/talerbank/app/models.py
index 211ee49..7d1498a 100644
--- a/talerbank/app/models.py
+++ b/talerbank/app/models.py
@@ -26,7 +26,7 @@ from django.conf import settings
 from django.core.exceptions import \
     ValidationError, \
     ObjectDoesNotExist
-from .amount import Amount, BadFormatAmount, CurrencyMismatch
+from .amount import Amount, BadFormatAmount, NumberTooBig
 
 class InvalidAmount(Amount):
     def __init__(self, currency):

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]