From 12face26b374c0caa1b4c63e3461960a0db0c7d3 Mon Sep 17 00:00:00 2001 From: Anne Philipp <anne.philipp@univie.ac.at> Date: Mon, 29 Jul 2019 11:53:31 +0200 Subject: [PATCH] python2 downgrade --- source/python/mods/profiling.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/python/mods/profiling.py b/source/python/mods/profiling.py index c4c79d1..f89e672 100644 --- a/source/python/mods/profiling.py +++ b/source/python/mods/profiling.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # -*- coding: utf-8 -*- #************************************************************************ # ToDo AP @@ -28,6 +28,8 @@ # ------------------------------------------------------------------------------ # MODULES # ------------------------------------------------------------------------------ +from __future__ import print_function + from functools import wraps import time -- GitLab