forked from zaclys/searxng
		
	[fix] pylint issue in py3.10
searxng_extra/update/update_firefox_version.py:16:0: W0402: Uses of a deprecated module 'distutils.version' (deprecated-module) [1] https://github.com/searxng/searxng/pull/1007 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									bea4a46368
								
							
						
					
					
						commit
						34fd2021d8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ import json
 | 
			
		|||
import re
 | 
			
		||||
from os.path import join
 | 
			
		||||
from urllib.parse import urlparse, urljoin
 | 
			
		||||
from distutils.version import LooseVersion
 | 
			
		||||
from distutils.version import LooseVersion  # pylint: disable=deprecated-module
 | 
			
		||||
 | 
			
		||||
import requests
 | 
			
		||||
from lxml import html
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue