From: dmv Date: Mon, 12 Oct 2009 06:16:58 +0000 (+0000) Subject: Porting to Python 2.6 - add coding page specification for Python scripts X-Git-Tag: V5_1_3rc1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dfbd388c7bc6be1ff6bf3c6787b6356c4c7fb453;p=modules%2Fvisu.git Porting to Python 2.6 - add coding page specification for Python scripts --- diff --git a/src/VISU_I/VISU_DumpPython.cc b/src/VISU_I/VISU_DumpPython.cc index c7e395e0..9df871e6 100644 --- a/src/VISU_I/VISU_DumpPython.cc +++ b/src/VISU_I/VISU_DumpPython.cc @@ -2133,7 +2133,7 @@ namespace VISU #endif std::string aPrefix(PREFIX); - aStr<< "#!/usr/bin/python" << endl << "# -*- coding: iso-8859-1 -*-" << endl; + aStr<< "# -*- coding: iso-8859-1 -*-" << endl; aStr<<"### This file is generated by SALOME automatically by dump python functionality" " of VISU component"<