summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-20 22:44:29 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-20 22:44:29 +0100
commitd35b2decd9d488092da77a77aa08434ed50d7f11 (patch)
tree0bf1f18bdb52c4d65e34f216337c6ea88c5c8a7f
parentcf4f6cfaf843e9d2b44458a27a32ab5e14f88cdc (diff)
downloadsurvey-d35b2decd9d488092da77a77aa08434ed50d7f11.tar.gz
survey-d35b2decd9d488092da77a77aa08434ed50d7f11.tar.bz2
survey-d35b2decd9d488092da77a77aa08434ed50d7f11.zip
Fix shebang.
-rw-r--r--taler-merchant-survey.in5
1 files changed, 2 insertions, 3 deletions
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@",