Salome HOME
Dump to python corrected.
[modules/hydro.git] / src / HYDROData / HYDROData_Document.cxx
index a96ac998efc70fc15f7d9d9752e24a7a586245a4..4c2fb49f33ef636d89915bd5d66f183fd7f80325 100644 (file)
@@ -232,7 +232,7 @@ QStringList HYDROData_Document::DumpToPython( MapOfTreatedObjects& theTreatedObj
 
   QStringList aResScript;
 
-  aResScript << QString( "from HYDROpy import *" );
+  aResScript << QString( "from HYDROPy import *" );
   aResScript << QString( "from PyQt4.QtCore import *" );
   aResScript << QString( "from PyQt4.QtGui import *" );
   aResScript << QString( "" );