comparison planemo/lib/python3.7/site-packages/galaxy/tool_util/deps/commands.py @ 0:d30785e31577 draft

"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author guerler
date Fri, 31 Jul 2020 00:18:57 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d30785e31577
1 import warnings
2
3 from galaxy.util.commands import ( # noqa: F401
4 argv_to_str,
5 CommandLineException,
6 download_command,
7 execute,
8 redirect_aware_commmunicate,
9 redirecting_io,
10 shell,
11 shell_process,
12 which,
13 )
14
15
16 warnings.warn("Importing galaxy.tool_util.deps.commands is deprecated, use galaxy.util.commands instead", DeprecationWarning)