moved a bunch of garbage (things that have nothing to do in root) to _trash
This commit is contained in:
parent
d094982b2c
commit
3226ed29ec
2610 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
def aix_platform(osname, version, release):
|
||||
try:
|
||||
import _aix_support
|
||||
|
||||
return _aix_support.aix_platform()
|
||||
except ImportError:
|
||||
pass
|
||||
return "{}-{}.{}".format(osname, version, release)
|
Loading…
Add table
Add a link
Reference in a new issue