[gpEdit v1.0]

This commit is contained in:
2020-11-14 19:33:37 +00:00
parent 132d9a74f2
commit 7313f179cb
1067 changed files with 174190 additions and 0 deletions
@@ -0,0 +1,7 @@
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)