From d35b2decd9d488092da77a77aa08434ed50d7f11 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 20 Mar 2019 22:44:29 +0100 Subject: Fix shebang. --- taler-merchant-survey.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'taler-merchant-survey.in') diff --git a/taler-merchant-survey.in b/taler-merchant-survey.in index e906f38..4bb4eaf 100644 --- a/taler-merchant-survey.in +++ b/taler-merchant-survey.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 launch the Survey site. -#!/usr/bin/env python3 - import argparse import sys import os @@ -28,7 +28,6 @@ import site import logging from talersurvey.talerconfig import TalerConfig - os.environ.setdefault("TALER_PREFIX", "@prefix@") site.addsitedir("%s/lib/python%d.%d/site-packages" % ( "@prefix@", -- cgit v1.2.3