Replace invalid use of 'is' keyword

Merged Cory Quammen requested to merge cory.quammen/cinema_python:remove-is-usage into for/paraview

'is' checks identity, not equality. In Python 3.8, this usage results in a warning.

Merge request reports