Salome HOME
PR: needed by merge C. CAREMOLI branch CCAR_br1
[modules/smesh.git] / src / SMESH_SWIG / SMESH_shared_modules.py
diff --git a/src/SMESH_SWIG/SMESH_shared_modules.py b/src/SMESH_SWIG/SMESH_shared_modules.py
new file mode 100644 (file)
index 0000000..e40362f
--- /dev/null
@@ -0,0 +1,19 @@
+"""
+
+"""
+
+# force SMESH importation at interpretor initialization
+# see salome_shared_modules.py
+# (avoids incomplete import at run time)
+
+print "============== import SMESH ======================="
+
+import SMESH
+
+# this function is required
+
+def init_shared_modules():
+   """
+      This function initializes shared modules that need to be
+   """
+   pass