correct print for python 3

This commit is contained in:
phunterlau 2015-10-21 14:32:35 -07:00
parent 8ad58139cd
commit 24a92808db

View File

@ -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()