Browse Source

Merge pull request #134 from Reventl0v/patch-1

Adding `import sys` to fix the installer
Adam Tauber 10 years ago
parent
commit
623ce79885
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
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')