1
0
mirror of https://github.com/searxng/searxng.git synced 2024-06-30 22:50:16 +02:00

Adding import sys to fix the installer

This commit is contained in:
Reventl0v 2014-11-27 23:05:36 +01:00
parent c4a27970c5
commit 262e12202a

View File

@ -5,6 +5,7 @@ from setuptools import setup
from setuptools import find_packages
import os
import sys
# required to load VERSION_STRING constant
sys.path.insert(0, './searx')