Merge branch '17754-federated-acct-merge'. Refs #17754.
[arvados.git] / sdk / cwl / bin / cwl-runner
index 7008ae499087f0773782be8752d34498d6f7c582..8ea3f3d3e298779ae3fb3b8ff48af74cfdae54d1 100755 (executable)
@@ -1,7 +1,10 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 
 import sys
 
-from arvados.commands.cwl_runner import main
+from arvados_cwl import main
 
 sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))