Use isinstance(object, (types)) pattern instead of type(object) == types.Type
[htsworkflow.git] / samples / models.py
2015-03-20 Diane TroutUse isinstance(object, (types)) pattern instead of...
2015-02-03 Diane Troutconvert to unicode_literals
2015-01-29 Diane Troutuse six.moves to get to python3-style urllib
2015-01-29 Diane TroutConvert old style except blocks to except Exception...
2014-07-24 Diane TroutFlatten project hierarchy, moving djano applications...