python-muranoclient/tools
bhagyashris e782a9c619 Replace print statment with print function
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
2016-06-23 09:33:08 +05:30
..
install_venv.py Replace print statment with print function 2016-06-23 09:33:08 +05:30
install_venv_common.py Replace print statment with print function 2016-06-23 09:33:08 +05:30
murano.bash_completion Bash completion script for murano 2015-04-02 17:40:21 +03:00
pretty_tox.sh Use pretty-tox for better test output 2015-01-22 16:47:35 +03:00
with_venv.sh Removed all projects except Glazier Api Client 2013-04-09 13:44:21 +04:00