From a1011e7ba2373a0ae2f63b685b3d85b042d00635 Mon Sep 17 00:00:00 2001 From: Anne Philipp <anne.philipp@univie.ac.at> Date: Mon, 29 Jul 2019 11:53:57 +0200 Subject: [PATCH] python2 downgrade --- source/python/submit.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/python/submit.py b/source/python/submit.py index cd528a0..2a69dbc 100755 --- a/source/python/submit.py +++ b/source/python/submit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # -*- coding: utf-8 -*- #******************************************************************************* # @Author: Anne Fouilloux (University of Oslo) @@ -57,6 +57,8 @@ Read the documentation for usage instructions. # ------------------------------------------------------------------------------ # MODULES # ------------------------------------------------------------------------------ +from __future__ import print_function + import os import sys import subprocess -- GitLab