Skip to content

Commit d5bf933

Browse files
author
zhenwei-li
committed
the print format optimization
1 parent 2b377b7 commit d5bf933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/test_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def setUp(self):
1414
return super(Test_XXX, self).setUp()
1515

1616
def test_xxx(self):
17-
print "the test xxx is succeed."
17+
print ("the test xxx is succeed.")
1818
pass
1919

2020
def tearDown(self):

0 commit comments

Comments
 (0)