X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/09a2e88c51e5432e607f2a38466e55b4ba15e887..0aec9ab099a57996f52f3c5d120ab0bafde6b2ab:/sdk/cwl/tests/hw.py diff --git a/sdk/cwl/tests/hw.py b/sdk/cwl/tests/hw.py index 62c813abcb..e45bd72642 100644 --- a/sdk/cwl/tests/hw.py +++ b/sdk/cwl/tests/hw.py @@ -1 +1,6 @@ -print "Hello world" +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + +from __future__ import print_function +print("Hello world")