X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FTest%2FTestImportImage_1.py;fp=src%2FExchangePlugin%2FTest%2FTestImportImage_1.py;h=e4e7558a37522f3e9187c076ddc8e25ae4044e3b;hb=6028a6927ecea5cc5bcb81bc4cd86938a5b72040;hp=01a73e561b1204247c940eebc7bc4bd268ccc3ff;hpb=4fcd770080ec6ba33d3985ee2b9f13c4cf34caef;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/Test/TestImportImage_1.py b/src/ExchangePlugin/Test/TestImportImage_1.py index 01a73e561..e4e7558a3 100755 --- a/src/ExchangePlugin/Test/TestImportImage_1.py +++ b/src/ExchangePlugin/Test/TestImportImage_1.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([])