Spaces:
Paused
Paused
nanee-animation
/
animated_drawings
/lib
/python3.9
/site-packages
/setuptools
/_distutils
/py38compat.py
| 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) | |