From: mpa Date: Tue, 19 Nov 2013 10:11:40 +0000 (+0000) Subject: - Modifing Geometry and Mesh Python scripts from SALOME 6 and before X-Git-Tag: V7_3_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=647c6b051f8be6eeaf27871f4e5ea6d4200fbac3;p=plugins%2Fblsurfplugin.git - Modifing Geometry and Mesh Python scripts from SALOME 6 and before --- diff --git a/src/BLSURFPlugin/BLSURFPluginBuilder.py b/src/BLSURFPlugin/BLSURFPluginBuilder.py index 397986b..7e7aedc 100644 --- a/src/BLSURFPlugin/BLSURFPluginBuilder.py +++ b/src/BLSURFPlugin/BLSURFPluginBuilder.py @@ -36,7 +36,7 @@ BLSURF_Custom, SizeMap = BLSURF_GlobalSize, BLSURF_LocalSize # import BLSURFPlugin module if possible noBLSURFPlugin = 0 try: - import BLSURFPlugin + from salome.BLSURFPlugin import BLSURFPluginBuilder except ImportError: noBLSURFPlugin = 1 pass