Skip to content

Web, Wrapping: python 3 compatible changes for web servers.

Aron Helser requested to merge aron.helser/paraview:web_python3_support into master

Update web server files to be python 3 compatible, and move them to the common Python directory.

For all files, replace uses of xrange and dictionary methods that don't exist in python 3.

servermanager.py would always create the default timekeeper in python 3 instead of looking up an existing one.

Merge request reports