13348: Don't submit child jobs/containers with submit=True.
[arvados.git] / sdk / cwl / arvados_cwl / arvtool.py
index 81faff44e6297476d28d84c7f78d7201dff29122..de329796e42384a18d4f4f669103c3fcb8a982a5 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-from cwltool.draft2tool import CommandLineTool
+from cwltool.command_line_tool import CommandLineTool
 from .arvjob import ArvadosJob
 from .arvcontainer import ArvadosContainer
 from .pathmapper import ArvPathMapper