git.ithinksw.org
/
philo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://github.com/melinath/philo
[philo.git]
/
philo
/
contrib
/
sobol
/
__init__.py
1
"""
2
Sobol implements a generic search interface, which can be used to search databases or websites. No assumptions are made about the search method, and the results are cached using django's caching.
3
4
"""
5
6
from philo.contrib.sobol.search import *