visu_table.py visu_big_table.py visu_view.py \
visu_swig_test.py
+EXPORT_SHAREDPYSCRIPTS = VISU_shared_modules.py
+
LIB_CLIENT_IDL =
CPPFLAGS += -ftemplate-depth-32 $(PYTHON_INCLUDES) $(QT_INCLUDES) \
--- /dev/null
+"""
+
+"""
+
+# force VISU importation at interpretor initialization
+# see salome_shared_modules.py
+# (avoids incomplete import at run time)
+
+print "============== import VISU ======================="
+
+import VISU
+
+# this function is required
+
+def init_shared_modules():
+ """
+ This function initializes shared modules that need to be
+ """
+ pass