correct print for python 3
This commit is contained in:
parent
8ad58139cd
commit
24a92808db
@ -16,7 +16,7 @@ if False:
|
||||
if not os.name == 'nt': #if not windows
|
||||
os.system('sh ./xgboost/build-python.sh')
|
||||
else:
|
||||
print 'Windows users please use github installation.'
|
||||
print('Windows users please use github installation.')
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user