HighNeed_projekt_inz/highneed/venv/lib/python3.6/site-packages/setuptools/_distutils/py38compat.py

8 lines
212 B
Python
Raw Normal View History

2021-03-25 13:15:48 +01:00
def aix_platform(osname, version, release):
try:
import _aix_support
return _aix_support.aix_platform()
except ImportError:
pass
return "%s-%s.%s" % (osname, version, release)