Skip to content

Commit

Permalink
fix print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Aug 19, 2014
1 parent f5b555d commit 9c48323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
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')]

Expand Down

0 comments on commit 9c48323

Please sign in to comment.