Skip to content

Commit 5333f66

Browse files
authored
Merge pull request #40 from Alinvor/kernel
[DONE]合并分支
2 parents 5b5f756 + 411c451 commit 5333f66

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)