Use isinstance instead of type

Adjusted conditional statements to use isinstance when
comparing variables. Isinstance supports inheritance type
checking better than type.

Change-Id: Id194b9edf4cda615de9007bc187b647d4718a567
2 files changed