Merge branch '8784-dir-listings'
[arvados.git] / sdk / cwl / bin / cwl-runner
index 7008ae499087f0773782be8752d34498d6f7c582..55ce31e666cc6c096b0b75a7589492df335f54ca 100755 (executable)
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
+# 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))