]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_PY/smeshstudytools.py
Salome HOME
Porting documentation on the Doxygen-1.8.0
[modules/smesh.git] / src / SMESH_PY / smeshstudytools.py
index ed21fd31757ddbe83217ce84b1e34107f433032d..1f9cdd5b54d6cf19396fa50054f4d56d8672acff 100644 (file)
@@ -27,7 +27,10 @@ import salome
 SMESH = None    # SMESH module is loaded only when needed
 
 from salome.kernel.studyedit import getStudyEditor
-from salome.gui import helper
+try:
+    from salome.gui import helper
+except ImportError:
+    pass
 
 class SMeshStudyTools:
     """