From 0ca89920bdb3529c2f9c236dba8ae4b1eebbefa8 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 27 Mar 2019 18:55:07 +0100 Subject: fix shebang --- taler-merchant-donations.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'taler-merchant-donations.in') 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 -- cgit v1.2.3