git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixing setup.py to reference README instead of README.markdown as otherwise sdist...
[philo.git]
/
philo
/
contrib
/
sobol
/
search.py
diff --git
a/philo/contrib/sobol/search.py
b/philo/contrib/sobol/search.py
index
5f5fddc
..
eb2a333
100644
(file)
--- a/
philo/contrib/sobol/search.py
+++ b/
philo/contrib/sobol/search.py
@@
-30,7
+30,7
@@
__all__ = (
SEARCH_CACHE_SEED = 'philo_sobol_search_results'
-USE_CACHE = getattr(settings, 'SOBOL_USE_
SEARCH
', True)
+USE_CACHE = getattr(settings, 'SOBOL_USE_
CACHE
', True)
class RegistrationError(Exception):