Use print() (with 'from __future__ import print_function')
authorLars Hupfeldt <lhn@hupfeldtit.dk>
Thu, 13 Feb 2014 17:47:10 +0000 (18:47 +0100)
committerLars Hupfeldt <lhn@hupfeldtit.dk>
Thu, 13 Feb 2014 18:07:04 +0000 (19:07 +0100)
commit4f6487323b1d82c1959e805a22698abcb5f0fc5b
treeaf4aa1f67f00160804950d1dd6a9d5ccd98da00d
parent12cbce0de749f7d1cdd5ddc4d13a0c00e927c47b
Use print() (with 'from __future__ import print_function')
15 files changed:
examples/how_to/create_a_job.py
examples/how_to/create_nested_views.py
examples/how_to/get_config.py
examples/how_to/get_version_info_from_last_good_build.py
examples/how_to/query_a_build.py
examples/how_to/search_artifact_by_regexp.py
examples/how_to/search_artifacts.py
examples/low_level/copy_a_job.py
examples/low_level/create_a_view_low_level.py
examples/low_level/example_param_build.py
examples/low_level/login_with_auth.py
jenkinsapi/plugins.py
jenkinsapi_tests/test_utils/random_strings.py
jenkinsapi_tests/unittests/test_requester.py
jenkinsapi_utils/simple_post_logger.py