Replace some type(...) checks with isinstance(...)
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Wed, 8 Jul 2015 01:01:50 +0000 (03:01 +0200)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Wed, 8 Jul 2015 11:25:51 +0000 (13:25 +0200)
commitdc44adc21b7e8a2aac61b5a641bacc7d706608e1
treec88b32e481a363a5d30350c7ed54684880d7ab98
parent46bb9c5249301562a3017e46af39db64d1372fe6
Replace some type(...) checks with isinstance(...)

This is needed because otherwise the pylint version in
Fedora 22 will complain.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
tests/helpers/http.py