From c64f52db86a176f3583ba46e054bf26a261706c0 Mon Sep 17 00:00:00 2001 From: Gilles DAVID Date: Wed, 24 May 2017 11:55:01 +0200 Subject: [PATCH] Porting Python 3 --- bin/paravis_setenv.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/paravis_setenv.py b/bin/paravis_setenv.py index f73dcece..0f858de7 100644 --- a/bin/paravis_setenv.py +++ b/bin/paravis_setenv.py @@ -1,5 +1,4 @@ -#! /usr/bin/env python -# -*- coding: iso-8859-1 -*- +#! /usr/bin/env python3 # Copyright (C) 2007-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or -- 2.39.2