mirror of
https://github.com/Cxbx-Reloaded/unicorn.git
synced 2025-03-01 16:05:30 +00:00
bindings/python: fix install3
This commit is contained in:
parent
4188c4cbca
commit
c16a13495d
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# Python binding for Unicorn engine. Nguyen Anh Quynh <aquynh@gmail.com>
|
||||
|
||||
from __future__ import print_function
|
||||
import glob
|
||||
import os
|
||||
import shutil
|
||||
@ -162,7 +163,7 @@ try:
|
||||
|
||||
cmdclass['develop'] = custom_develop
|
||||
except ImportError:
|
||||
print "Proper 'develop' support unavailable."
|
||||
print("Proper 'develop' support unavailable.")
|
||||
|
||||
def join_all(src, files):
|
||||
return tuple(os.path.join(src, f) for f in files)
|
||||
|
Loading…
x
Reference in New Issue
Block a user