From 8bcf3ecf548c2dcbb13f036a67e64a143a87653a Mon Sep 17 00:00:00 2001 From: Anne Philipp <anne.philipp@univie.ac.at> Date: Mon, 29 Jul 2019 12:09:14 +0200 Subject: [PATCH] python2 downgrade --- source/python/classes/UioFiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/python/classes/UioFiles.py b/source/python/classes/UioFiles.py index 4023d8b..3cca0df 100644 --- a/source/python/classes/UioFiles.py +++ b/source/python/classes/UioFiles.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # -*- coding: utf-8 -*- #******************************************************************************* # @Author: Anne Fouilloux (University of Oslo) -- GitLab