summaryrefslogtreecommitdiff
path: root/searx/brand.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-12-27 14:39:48 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-01-11 22:12:38 +0100
commit9e53470b4cf533b890a2f57debd2f2b4198b4dd1 (patch)
tree5e041304488451cba4548fd386d625dd0cabec3a /searx/brand.py
parent9485179064b4eb28f2813eba3c295edca3b0db7f (diff)
downloadsearxng-9e53470b4cf533b890a2f57debd2f2b4198b4dd1.tar.gz
searxng-9e53470b4cf533b890a2f57debd2f2b4198b4dd1.zip
[mod] get rid of searx/brand.py
Removes module searx/brand.py and creates a namespace at searx.brand. This patch is a first 'proof of concept'. Later we can decide to remove the brand namespace entirely or not. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/brand.py')
-rw-r--r--searx/brand.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/searx/brand.py b/searx/brand.py
deleted file mode 100644
index cede5a270..000000000
--- a/searx/brand.py
+++ /dev/null
@@ -1,9 +0,0 @@
-SEARX_URL = ''
-GIT_URL = 'https://github.com/searx/searx'
-GIT_BRANCH = 'master'
-ISSUE_URL = 'https://github.com/searx/searx/issues'
-DOCS_URL = 'https://searx.github.io/searx'
-PUBLIC_INSTANCES = 'https://searx.space'
-CONTACT_URL = ''
-WIKI_URL = 'https://github.com/searx/searx/wiki'
-TWITTER_URL = 'https://twitter.com/Searx_engine'