e782a9c619
In PY3, print should used as a function instead of a statement. This is PY27 compatible as well. For example, instances of the first case were replaced by the second case: >>> print 'help' File "<stdin>", line 1 print 'help' ^ SyntaxError: Missing parentheses in call to 'print' >>> print('help') help Change-Id: I247aedf4a3090c2d75338389cf383adb090da231 Closes-bug: #1594741 |
||
---|---|---|
.. | ||
install_venv_common.py | ||
install_venv.py | ||
murano.bash_completion | ||
pretty_tox.sh | ||
with_venv.sh |