Python 3: only import subprocess32 on py27
authorchapmanb <chapmanb@50mail.com>
Thu, 14 Feb 2019 16:23:39 +0000 (11:23 -0500)
committerchapmanb <chapmanb@50mail.com>
Fri, 15 Feb 2019 15:54:03 +0000 (10:54 -0500)
commit13fa76866cc2266812df44c410cd5cdfe16d5e73
tree9224579a1cdb87b17ffd7271b697557a9f4d1599
parenta4396e183ec11a7241cf5089c5ccfbca1ad8627f
Python 3: only import subprocess32 on py27

Avoids the need to install and import subprocess32 when working
with any recent Python 3.x version. This helps with bioconda
install since subprocess32 is not built for py3.

Arvados-DCO-1.1-Signed-off-by: Brad Chapman <chapmanb@fastmail.com>
sdk/cwl/arvados_cwl/runner.py
sdk/cwl/setup.py
sdk/python/arvados/commands/keepdocker.py
sdk/python/setup.py