Use subprocess32 only on Python2.7.
Since Python3.4 is EOL and Python3.5 has `run` in the `subprocess` module, there's no need for it outside of Python2.7.
Loading
Please register or sign in to comment
Since Python3.4 is EOL and Python3.5 has `run` in the `subprocess` module, there's no need for it outside of Python2.7.