Salome HOME
'/usr/bin/env python' -> '/usr/bin/env python3' V9_2_0a1
authorrnv <rnv@opencascade.com>
Wed, 19 Sep 2018 15:32:46 +0000 (18:32 +0300)
committerrnv <rnv@opencascade.com>
Wed, 19 Sep 2018 15:32:46 +0000 (18:32 +0300)
doc/salome/examples/test_smeshplugins.py
src/SMESH_SWIG/YACS_geomesh0.py
src/Tools/Verima/compareVersions.py
src/Tools/Verima/createDatabase.py

index ddb17b6a63743a3135c26a340234943394105776..7449f8e9253d88482a51cc727a5ab529210e939b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 """
 Test000
 # -*- coding: utf-8 -*-
 """
 Test000
index e9edd4e095ae483d36297abbbc7eb72e0b45d0ef..bd7f602595ac07b949078a4ce580e0fa5bfe8481 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # test used in YACS, ForEachLoop
 
 
 # test used in YACS, ForEachLoop
 
index 29fd6860ca76f1531c27d55bf61559eefa4fbf0f..16231d7a24d2a63b1dfea2aee4951daa0eac14e6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 import sys
 # -*- coding: utf-8 -*-
 
 import sys
index d108f7372bc2c078c944f77ef45ac03da2362aa7..670f7f68c1b729753be50b8596fe757b0ab9559d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import sys
 from Base.dataBase import Base
 
 import sys
 from Base.dataBase import Base