From 91856758dd2e83a4f76bbf1f559c33cc6339c442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20K=C3=BCnsem=C3=B6ller?= <jkuensem@physik.uni-bielefeld.de> Date: Wed, 13 Jun 2018 16:01:58 +0000 Subject: [PATCH] Task LSMR-8: attempt to switch to Python 3 --- SAS/LSMR/src/manage.py | 2 +- SAS/LSMR/test/t_functional.py | 2 +- SAS/LSMR/test/t_lsmrapp_models.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SAS/LSMR/src/manage.py b/SAS/LSMR/src/manage.py index 5cf3010d189..b9c3142c393 100755 --- a/SAS/LSMR/src/manage.py +++ b/SAS/LSMR/src/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env -u PYTHONPATH python3 import os import sys diff --git a/SAS/LSMR/test/t_functional.py b/SAS/LSMR/test/t_functional.py index b5a57da23a3..56789a63160 100755 --- a/SAS/LSMR/test/t_functional.py +++ b/SAS/LSMR/test/t_functional.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env -u PYTHONPATH python3 # Copyright (C) 2018 ASTRON (Netherlands Institute for Radio Astronomy) # P.O. Box 2, 7990 AA Dwingeloo, The Netherlands diff --git a/SAS/LSMR/test/t_lsmrapp_models.py b/SAS/LSMR/test/t_lsmrapp_models.py index 105e21a9eb4..8d74373ad3e 100755 --- a/SAS/LSMR/test/t_lsmrapp_models.py +++ b/SAS/LSMR/test/t_lsmrapp_models.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env -u PYTHONPATH python3 # Copyright (C) 2018 ASTRON (Netherlands Institute for Radio Astronomy) # P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -- GitLab