Salome HOME
Merge branch 'BR_1331' into BR_DEMO
[modules/hydro.git] / src / HYDRO_tests / reference_data / st_dump.py
index c536a04f01426f1e2276effb64d7819ed0a34ae7..79fa6acb4b352339adfa52d579862ca7d3df069b 100644 (file)
@@ -1,6 +1,6 @@
-from HYDROPy import *
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
+from HYDROPy import *
+from PyQt5.QtCore import *
+from PyQt5.QtGui import *
 
 hydro_doc = HYDROData_Document.Document( theStudy._get_StudyId() )
 
@@ -9,7 +9,7 @@ hydro_doc.SetLocalCS( 0.000, 0.000 )
 ST = hydro_doc.CreateObject( KIND_STRICKLER_TABLE )
 ST.SetName( "ST" )
 
-ST.SetAttrName( "CODE_06 " )
+ST.SetAttrName( "CODE_06" )
 
 ST.Set( u"Pelouses et pâturages naturels", 1.0321 )
 ST.SetAttrValue( u"Pelouses et pâturages naturels", "321" )