gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: reverting renamings


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: reverting renamings
Date: Thu, 27 Apr 2017 18:28:37 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d17145e  reverting renamings
d17145e is described below

commit d17145ee46b69a42b34b7e13d5a0c8ad8045bf44
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 27 18:28:27 2017 +0200

    reverting renamings
---
 src/mitm/{taler-merchant-mitm => mitm.py} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/mitm/taler-merchant-mitm b/src/mitm/mitm.py
similarity index 95%
rename from src/mitm/taler-merchant-mitm
rename to src/mitm/mitm.py
index 30957a5..2c7aaaf 100755
--- a/src/mitm/taler-merchant-mitm
+++ b/src/mitm/mitm.py
@@ -31,8 +31,10 @@ import json
 from random import randint
 from datetime import datetime
 
-# FIXME make this as a standalone executable, like taler-merchant-mitm.
-# accept the exchange url as a cli option.
+# FIXME
+
+# 1) make this as a standalone executable, like taler-merchant-mitm.
+# 2) accept the exchange url as a cli option.
 
 app = Flask(__name__)
 app.secret_key = base64.b64encode(os.urandom(64)).decode('utf-8')

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



reply via email to

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