"""Shared AIX support functions."""
+import subprocess
import sys
import sysconfig
-try:
- import subprocess
-except ImportError: # pragma: no cover
- # _aix_support is used in distutils by setup.py to build C extensions,
- # before subprocess dependencies like _posixsubprocess are available.
- import _bootsubprocess as subprocess
-
def _aix_tag(vrtl, bd):
# type: (List[int], int) -> str
"xdrlib.py",
# other platforms
"_aix_support.py",
- "_bootsubprocess.py",
"_osx_support.py",
# webbrowser
"antigravity.py",