add more from __future__ import print_function, unicode_literals
[htsworkflow.git] / htsworkflow / pipelines / qseq2fastq.py
index 15f1536bbf13844b64b1affc0a763040becf2c97..c2fbcaf65a5962daf42f3c4953490d6fa64c5c95 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 """Convert a collection of qseq or a tar file of qseq files to a fastq file
 """
+from __future__ import print_function, unicode_literals
 from glob import glob
 import os
 from optparse import OptionParser