Skip to content

Commit a9ebea2

Browse files
committed
test_concat_gctoo.py: use __future__.print_function import
1 parent 7998c9c commit a9ebea2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cmapPy/pandasGEXpress/tests/test_concat_gctoo.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import print_function
2+
13
import os
24
import unittest
35
import logging
@@ -369,9 +371,9 @@ def parse_args(self, unused):
369371

370372
os.remove(expected_output_file)
371373

372-
print
373-
print
374-
print
374+
print()
375+
print()
376+
print()
375377

376378
#happy path
377379
args.remove_all_metadata_fields = True

0 commit comments

Comments
 (0)