X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/db833ba4517084f61a64907c6d15606e7c881edd..6ab5e576c0bccd88cc5d4e6924373a5e393b0fa1:/apps/djangosphinx/constants.py diff --git a/apps/djangosphinx/constants.py b/apps/djangosphinx/constants.py deleted file mode 100644 index 976d48d41..000000000 --- a/apps/djangosphinx/constants.py +++ /dev/null @@ -1,7 +0,0 @@ -from django.conf import settings - -__all__ = ('SPHINX_API_VERSION',) - -# 0x113 = 1.19 -# 0x107 = 1.17 -SPHINX_API_VERSION = getattr(settings, 'SPHINX_API_VERSION', 0x107) \ No newline at end of file