mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	Adding import sys to fix the installer
				
					
				
			This commit is contained in:
		
							parent
							
								
									c4a27970c5
								
							
						
					
					
						commit
						262e12202a
					
				
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							@ -5,6 +5,7 @@ from setuptools import setup
 | 
				
			|||||||
from setuptools import find_packages
 | 
					from setuptools import find_packages
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
 | 
					import sys
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# required to load VERSION_STRING constant
 | 
					# required to load VERSION_STRING constant
 | 
				
			||||||
sys.path.insert(0, './searx')
 | 
					sys.path.insert(0, './searx')
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user