misc: update missing-django message for Python 3 (#20925)

This commit is contained in:
Frédéric Péters 2017-12-28 16:37:59 +01:00
parent 688067f270
commit 078fcbd058
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
try:
import lasso
except ImportError:
print '***** django-mellon needs the Python binding for the lasso library, *****'
print '***** look on http://lasso.entrouvert.org/download/ to obtain it *****'
print('***** django-mellon needs the Python binding for the lasso library, *****')
print('***** look on http://lasso.entrouvert.org/download/ to obtain it *****')
raise