Salome HOME
Python dump and scripts: removal of references to study, debug print instructions
[modules/hydro.git] / src / HYDRO_tests / reference_data / win32 / lc_dump.py
index 40b1f23391781d285feec53507c49319f0a139d8..7b4c802a1adcb0641fe1a68c8b3e722711429b8b 100644 (file)
@@ -8,10 +8,9 @@ import sys
 import salome
 
 salome.salome_init()
-theStudy = salome.myStudy
 
 import salome_notebook
-notebook = salome_notebook.NoteBook(theStudy)
+notebook = salome_notebook.NoteBook()
 sys.path.insert( 0, r'D:/asl/hydro/studies')
 
 ###
@@ -22,7 +21,7 @@ from HYDROPy import *
 from PyQt4.QtCore import *
 from PyQt4.QtGui import *
 
-hydro_doc = HYDROData_Document.Document( theStudy._get_StudyId() );
+hydro_doc = HYDROData_Document.Document();
 
 hydro_doc.SetLocalCS( 0, 0 )