]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/sphinxfulltext/__init__.py
Fixes OSQA 413, 414, 415, 416, 417 (patches from mathieu Lafon) and 420 /patch by...
[osqa.git] / forum_modules / sphinxfulltext / __init__.py
1 try:
2     import djangosphinx
3     CAN_USE = True
4 except:
5     CAN_USE = False