Use isinstance(object, (types)) pattern instead of type(object) == types.Type
[htsworkflow.git] / labels / views.py
1 from __future__ import unicode_literals
2 # Create your views here.