Skip to content

Commit 411c451

Browse files
author
zhenwei-li
committed
适配 3.x 语言规范
1 parent e9b12d1 commit 411c451

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/template_case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def setUp(self):
1414
return super(Test_Demo, self).setUp()
1515

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

2020
def test_xxx(self):
21-
print "the test xxx is succeed."
21+
print("the test xxx is succeed.")
2222
pass
2323

2424
def tearDown(self):

0 commit comments

Comments
 (0)