gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: fix shebang


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: fix shebang
Date: Wed, 27 Mar 2019 18:55:12 +0100

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

marcello pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new 0ca8992  fix shebang
0ca8992 is described below

commit 0ca89920bdb3529c2f9c236dba8ae4b1eebbefa8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 27 18:55:07 2019 +0100

    fix shebang
---
 taler-merchant-donations.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-merchant-donations.in b/taler-merchant-donations.in
index 678a2b9..5e3243d 100644
--- a/taler-merchant-donations.in
+++ b/taler-merchant-donations.in
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 ##
 # This file is part of TALER
 # (C) 2017 INRIA
@@ -19,8 +21,6 @@
 #  @author Florian Dold
 #  @file Standalone script to run the donations site.
 
-#!/usr/bin/env python3
-
 import argparse
 import sys
 import os

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



reply via email to

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