]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/sphinxfulltext/__init__.py
try to get the position of the event currentTarget if there is no pageX or pageY...
[osqa.git] / forum_modules / sphinxfulltext / __init__.py
old mode 100755 (executable)
new mode 100644 (file)
index e69de29..b7250c8
@@ -0,0 +1,5 @@
+try:
+    import djangosphinx
+    CAN_USE = True
+except:
+    CAN_USE = False
\ No newline at end of file