From dfbd388c7bc6be1ff6bf3c6787b6356c4c7fb453 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 12 Oct 2009 06:16:58 +0000 Subject: [PATCH] Porting to Python 2.6 - add coding page specification for Python scripts --- src/VISU_I/VISU_DumpPython.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"<