X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/ed6b9876b7abff0b2dc6266d6f769c319f358a9c..e3ad0b4b28aca417a136f5ed1fa9a90ee9d78a54:/philo/contrib/sobol/__init__.py diff --git a/philo/contrib/sobol/__init__.py b/philo/contrib/sobol/__init__.py index 90eaf18..cd75f13 100644 --- a/philo/contrib/sobol/__init__.py +++ b/philo/contrib/sobol/__init__.py @@ -1 +1,6 @@ +""" +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. + +""" + from philo.contrib.sobol.search import * \ No newline at end of file