mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-22 09:55:43 -05:00
Adding import sys
to fix the installer
This commit is contained in:
parent
c4a27970c5
commit
262e12202a
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…
Add table
Reference in a new issue