Salome HOME
'/usr/bin/env python' -> '/usr/bin/env python3'
authorrnv <rnv@opencascade.com>
Thu, 20 Sep 2018 07:14:38 +0000 (10:14 +0300)
committerrnv <rnv@opencascade.com>
Thu, 20 Sep 2018 07:14:38 +0000 (10:14 +0300)
scripts/doxy2swig.py
src/ConnectorAPI/Test/testme.py

index 08d3288e1750f9b78581105e027c9dbf1a672ac3..646d8668b3f13496f1558069a6ac5b9fa4ee62e3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """doxy2swig.py [options] index.xml output.i
 
 Doxygen XML to SWIG docstring converter (improved version).
index 4a6e17a495309a15b3105a35e28fd23b06d70242..0a71a8aa1853e23b5f7cb416465d66667893c995 100755 (executable)
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import unittest, sys, os