Skip to content

Import the static Python module loader

David Gobbi requested to merge dgobbi/paraview:load-static-python into master

For static builds, this adds a check to paraview/modules/__init__.py to see if the Python modules are compiled in as builtins, and if not, then _paraview_modules_static is imported to load the modules. This commit also adds an __all__ to paraview/modules/__init__.py

Similar code exists in VTK's vtkmodules/__init__.py

Merge request reports