diff options
author | Alexandre Flament <alex@al-f.net> | 2021-09-02 16:24:20 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-09-02 16:24:25 +0200 |
commit | a14ea6396e8e55b056065e6f0ce2032067e11385 (patch) | |
tree | 8b113bae4e9dbb0d8b8e67b390acd17e58838bb9 /searx | |
parent | a7d781c49d17c290387a7de983d5fba726e60844 (diff) | |
download | searxng-a14ea6396e8e55b056065e6f0ce2032067e11385.tar.gz searxng-a14ea6396e8e55b056065e6f0ce2032067e11385.zip |
[mod] remove searx.raise_for_httperror
Not used anymore
Diffstat (limited to 'searx')
-rw-r--r-- | searx/raise_for_httperror/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/raise_for_httperror/__init__.py b/searx/raise_for_httperror/__init__.py deleted file mode 100644 index b133da507..000000000 --- a/searx/raise_for_httperror/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# compatibility with searx/searx -from searx.network import raise_for_httperror |