Skip to content

Allow branded apps their own Python preamble.

David Thompson requested to merge dcthomp/paraview:custom-python-preamble into master

The preamble is usually from paraview.simple import * but if an application provides additional modules it wants loaded by default when the Python shell opens, this statement must be replaceable. Subclassing and overriding is not feasible, so a static method is defined to hold the preamble.

Merge request reports