Salome HOME
fixed incorrect call to salome.salome_init()
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportImage_3.py
index 4e7f0c3121537ad87ede40b8063fbbc562c65425..82b1a89742f92b8755b9e5eb109806aa45b5d367 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([])