Try to detect if an object is a file type on python python 2 & 3.
authorDiane Trout <diane@ghic.org>
Fri, 20 Mar 2015 23:22:06 +0000 (16:22 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 20 Mar 2015 23:22:06 +0000 (16:22 -0700)
commit5ab0e75f657ddd5beb5a0ca527874930981a47bc
treeb1f4d7b4dc75f7ab7fd55da43fb613c56e201e12
parent7e9777356b3481a783591da3a4dd72b77ea8e801
Try to detect if an object is a file type on python python 2 & 3.

The base type for files changed between the two releases.
htsworkflow/util/opener.py