mirror of
https://github.com/searxng/searxng.git
synced 2025-01-11 10:55:25 +00:00
Merge pull request #134 from Reventl0v/patch-1
Adding `import sys` to fix the installer
This commit is contained in:
commit
623ce79885
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue