convert several not covered by unit-test modules to use print function
[htsworkflow.git] / htsworkflow / submission / geo.py
index 1d98bd5c9550e36408b3ba4faed02ee8d28cedee..15d5b747bab1d1520757f1277ae3cb4f97ffbe26 100644 (file)
@@ -1,3 +1,5 @@
+from __future__ import print_function
+
 import logging
 import os
 
@@ -52,7 +54,7 @@ class GEOSubmission(Submission):
             'platform_id': platform_id,
             'series_id': series_id,
         })
-        print str(soft_template.render(context))
+        print(str(soft_template.render(context)))
 
     def check_for_name(self, analysis_node):
         name = fromTypedNode(