From 08434ce2731f6dc141a870b92a95aca0f8129398 Mon Sep 17 00:00:00 2001 From: Gilles DAVID Date: Wed, 24 May 2017 08:36:42 +0200 Subject: [PATCH] Update shebang to python3 --- bin/gui_setenv.py | 2 +- src/SalomeApp/pluginsdemo/smesh_plugins.py | 3 +-- tools/dlgfactory/dlgfactory.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/gui_setenv.py b/bin/gui_setenv.py index 5a4a44be3..d1f90c714 100644 --- a/bin/gui_setenv.py +++ b/bin/gui_setenv.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # -*- coding: iso-8859-1 -*- # Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE # diff --git a/src/SalomeApp/pluginsdemo/smesh_plugins.py b/src/SalomeApp/pluginsdemo/smesh_plugins.py index 2252fff75..c7902de38 100644 --- a/src/SalomeApp/pluginsdemo/smesh_plugins.py +++ b/src/SalomeApp/pluginsdemo/smesh_plugins.py @@ -1,5 +1,4 @@ -# -*- coding: utf-8 -*- -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2010-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or diff --git a/tools/dlgfactory/dlgfactory.py b/tools/dlgfactory/dlgfactory.py index 029edf41e..b4ed2ac6c 100755 --- a/tools/dlgfactory/dlgfactory.py +++ b/tools/dlgfactory/dlgfactory.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2010-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or -- 2.39.2