fix print statement

This commit is contained in:
dessant 2014-08-19 15:35:20 +03:00
parent f5b555d3d2
commit 9c483237a4
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')]