convert to print_function
[htsworkflow.git] / htsworkflow / pipelines / eland.py
index a508a494c8c24900e8574c75f43c3616bf309814..acc805a889d3000ffbe4a1f73cedec2930e47bbf 100644 (file)
@@ -1,6 +1,8 @@
 """
 Analyze ELAND files
 """
+from __future__ import print_function
+
 import collections
 from glob import glob
 import logging
@@ -895,7 +897,7 @@ def main(cmdline=None):
     for a in args:
         LOGGER.info("Starting scan of %s" % (a,))
         e = eland(a)
-        print ElementTree.tostring(e.get_elements())
+        print(ElementTree.tostring(e.get_elements()))
     return