Merge pull request #128 from dessant/patch-1

fix print statement
This commit is contained in:
Gabriel Pettier 2014-08-19 15:16:34 +02:00
commit 4f684a90f5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ try:
except ImportError:
from distutils.command.build_ext import build_ext
if platform != 'android':
print '\n\nYou need Cython to compile Pyjnius.\n\n'
print('\n\nYou need Cython to compile Pyjnius.\n\n')
raise
files = [fn[:-3] + 'c' for fn in files if fn.endswith('pyx')]