django-mellon/mellon/__init__.py

8 lines
246 B
Python
Raw Normal View History

2014-09-03 09:14:25 +02:00
__version__ = '1.2.2'
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 *****'
raise