Salome HOME
fixed incorrect call to salome.salome_init()
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportImage_2.py
index 00420480e6094fd0704f998161ae68cdafe79375..58be5429a14f99cfe8ff7d24d3b4aafcb435c206 100755 (executable)
@@ -24,7 +24,7 @@ from PyQt5.Qt import QApplication
 
 import salome
 salome.salome_init_without_session()
-salome.salome_init(1)
+salome.salome_init(embedded=True)
 if QApplication.instance() is None:
   app = QApplication([])