gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

marcello pushed a commit to branch master
in repository blog.

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

commit b97e1986f1f4783d29b60bbd4292ae8b1f55ef02
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 27 18:54:39 2019 +0100

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

diff --git a/taler-merchant-blog.in b/taler-merchant-blog.in
index d6b0461..dcc1e29 100644
--- a/taler-merchant-blog.in
+++ b/taler-merchant-blog.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 blog.
 
-#!/usr/bin/env python3
-
 import logging
 import argparse
 import sys

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



reply via email to

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