]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/sphinxfulltext/__init__.py
#OSQAAWS-79, the improved filtration of the content, now we check if the moderation...
[osqa.git] / forum_modules / sphinxfulltext / __init__.py
1 try:
2     import djangosphinx
3     CAN_USE = True
4 except:
5     CAN_USE = False