Transfert the distutil.ext from the org.asm project
This commit is contained in:
@ -49,7 +49,7 @@ class littlebigman(build_exe):
|
||||
shell=True,
|
||||
stdout=subprocess.PIPE)
|
||||
little = p.communicate()[0]
|
||||
return little
|
||||
return little.decode('latin1')
|
||||
|
||||
def run(self):
|
||||
build_exe.run(self)
|
||||
|
Reference in New Issue
Block a user