gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: Remove us


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Remove useless import.
Date: Mon, 06 Mar 2017 13:59:06 +0100

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

marcello pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 3ac838f  Remove useless import.
3ac838f is described below

commit 3ac838fbe269b92e6879a37eb5a6c5b3cc2eae5c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 13:58:40 2017 +0100

    Remove useless import.
---
 talerfrontends/donations/donations.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/talerfrontends/donations/donations.py 
b/talerfrontends/donations/donations.py
index b9e874b..2287e94 100644
--- a/talerfrontends/donations/donations.py
+++ b/talerfrontends/donations/donations.py
@@ -27,8 +27,7 @@ from datetime import datetime
 import jinja2
 from talerfrontends.talerconfig import TalerConfig
 from talerfrontends.helpers import (make_url,
-expect_parameter, amount_to_string,
-amount_from_float, amount_to_float,
+expect_parameter, amount_from_float, amount_to_float,
 join_urlparts, get_query_string)
 
 logger = logging.getLogger(__name__)

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



reply via email to

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