X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39..88bb9b9fc4392f4a3514ae59e3ffd454d3ce90a8:/sdk/cwl/tests/hw.py diff --git a/sdk/cwl/tests/hw.py b/sdk/cwl/tests/hw.py index 99c26523ed..e45bd72642 100644 --- a/sdk/cwl/tests/hw.py +++ b/sdk/cwl/tests/hw.py @@ -2,4 +2,5 @@ # # SPDX-License-Identifier: Apache-2.0 -print "Hello world" +from __future__ import print_function +print("Hello world")