Replace equals None with is None

None is a singleton and should be tested for with is not ==.

Some people did a similar thing randomly on the master branch. It
just seems like a thing we should fix.

Change-Id: Iec0382e2c8812f0713699ab5a0cd3180086ad433
3 files changed