diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-15 19:11:43 +0200 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-15 19:11:43 +0200 |
commit | d793c2733c7aac3aacf40f3f5cf9fc0919305e76 (patch) | |
tree | 0a6f500a17f14d9da4921ad8fbeaf63f1ebccac1 /searx/__init__.py | |
parent | c3b7ed868783691d5678977779e91568cc2f2fec (diff) | |
download | searxng-d793c2733c7aac3aacf40f3f5cf9fc0919305e76.tar.gz searxng-d793c2733c7aac3aacf40f3f5cf9fc0919305e76.zip |
[enh] engine types
Diffstat (limited to 'searx/__init__.py')
-rw-r--r-- | searx/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/searx/__init__.py b/searx/__init__.py index 91d856470..e69de29bb 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -1,7 +0,0 @@ - -base_result_template = """ -<div class="result"> - <h3 class="result_title"><a href="{url}">{title}</a></h3> - <p class="content">{content}<br />{url}</p> -</div> -""" |