summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-27 18:55:07 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-27 18:55:07 +0100
commit0ca89920bdb3529c2f9c236dba8ae4b1eebbefa8 (patch)
tree2b585e8bcb01c5e4568c28518b1899e46772e897
parentaa6229dd85dfe0684dbfbbcde7e3148af8f2f7d8 (diff)
downloaddonations-0ca89920bdb3529c2f9c236dba8ae4b1eebbefa8.tar.gz
donations-0ca89920bdb3529c2f9c236dba8ae4b1eebbefa8.tar.bz2
donations-0ca89920bdb3529c2f9c236dba8ae4b1eebbefa8.zip
fix shebang
-rw-r--r--taler-merchant-donations.in4
1 files 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