forked from zaclys/searxng
		
	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…
	
	Add table
		
		Reference in a new issue