Change venv
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
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)
|
||||
return "{}-{}.{}".format(osname, version, release)
|
||||
|
Reference in New Issue
Block a user