X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FTest%2FTestImportImage_2.py;fp=src%2FExchangePlugin%2FTest%2FTestImportImage_2.py;h=58be5429a14f99cfe8ff7d24d3b4aafcb435c206;hb=6028a6927ecea5cc5bcb81bc4cd86938a5b72040;hp=00420480e6094fd0704f998161ae68cdafe79375;hpb=4fcd770080ec6ba33d3985ee2b9f13c4cf34caef;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/Test/TestImportImage_2.py b/src/ExchangePlugin/Test/TestImportImage_2.py index 00420480e..58be5429a 100755 --- a/src/ExchangePlugin/Test/TestImportImage_2.py +++ b/src/ExchangePlugin/Test/TestImportImage_2.py @@ -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([])