diff --git a/searx/webapp.py b/searx/webapp.py index 7477e172..eb4240f4 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -17,6 +17,11 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. (C) 2013- by Adam Tauber, ''' +if __name__ == '__main__': + from sys import path + from os.path import realpath, dirname + path.append(realpath(dirname(realpath(__file__))+'/../')) + import json import cStringIO import os