]> git.openstreetmap.org Git - osqa.git/blob - osqa/forum_modules/sphinxfulltext/__init__.py
Updated CSS and reformatted in IntelliJ
[osqa.git] / osqa / forum_modules / sphinxfulltext / __init__.py
1 try:
2     import djangosphinx
3     CAN_USE = True
4 except:
5     CAN_USE = False