aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-12-12 13:59:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-12 13:59:19 +0000
commit7109cd3916fb120ae773e8ca79ececd449525fac (patch)
treea0d8f6fe5a3ebe34a16fee8c4274c5c17696d64a /functest/utils
parent9f41633bed117341fe542433ea869bba14011e9f (diff)
parentdf6ee9b1222ebd81fa22ce3499e536abe7bcb05e (diff)
Merge "Add python3 for Functest utils"
Diffstat (limited to 'functest/utils')
-rw-r--r--functest/utils/functest_vacation.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/functest/utils/functest_vacation.py b/functest/utils/functest_vacation.py
index c2e40b07..71861ba7 100644
--- a/functest/utils/functest_vacation.py
+++ b/functest/utils/functest_vacation.py
@@ -46,8 +46,8 @@ def main():
finally:
endwin()
- print '\nSnake.PY-26lines by Kris Cieslak (defaultset.blogspot.com).'
- print 'OPNFV adaptation by Functest dream team.'
+ print('\nSnake.PY-26ines by Kris Cieslak (defaultset.blogspot.com).')
+ print('OPNFV adaptation by Functest dream team.')
score = str(len(snake) - len(body) - 1)
print ('Thanks for playing, your score: %s.' % score)
- print 'Find and fix more bugs in your real OPNFV setup!\n'
+ print('Find and fix more bugs in your real OPNFV setup!\n')