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