Replace != None
with is not None
in Python bindings
#793
Loading
!= None
with is not None
in Python bindings
#793