diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-10-19 12:41:04 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-10-19 12:41:04 +0200 |
commit | 5740cfbf1cb468af74d0e7e1c9358ce702eb4f59 (patch) | |
tree | c93752a16cd24ce1b72e0f0520ed04d0e0f25c9e /searx/__init__.py | |
parent | b0fd71b7b3463864e6c60156610d383af2ac9709 (diff) | |
download | searxng-5740cfbf1cb468af74d0e7e1c9358ce702eb4f59.tar.gz searxng-5740cfbf1cb468af74d0e7e1c9358ce702eb4f59.zip |
[fix] pep8 part II.
Diffstat (limited to 'searx/__init__.py')
-rw-r--r-- | searx/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/__init__.py b/searx/__init__.py index c4c363bf8..46685817a 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -28,7 +28,8 @@ except: searx_dir = abspath(dirname(__file__)) engine_dir = dirname(realpath(__file__)) -# if possible set path to settings using the enviroment variable SEARX_SETTINGS_PATH +# if possible set path to settings using the +# enviroment variable SEARX_SETTINGS_PATH if 'SEARX_SETTINGS_PATH' in environ: settings_path = environ['SEARX_SETTINGS_PATH'] # otherwise using default path |