Merge pull request #134 from Reventl0v/patch-1

Adding `import sys` to fix the installer
This commit is contained in:
Adam Tauber 2014-11-28 07:56:16 +01:00
commit 623ce79885
1 changed files with 1 additions and 0 deletions

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')