HK: apworld support on 3.10+
This commit is contained in:
		
							parent
							
								
									75463193ab
								
							
						
					
					
						commit
						1e72851b28
					
				
							
								
								
									
										4
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										4
									
								
								setup.py
								
								
								
								
							| 
						 | 
				
			
			@ -71,7 +71,6 @@ non_apworlds: set = {
 | 
			
		|||
    "Clique",
 | 
			
		||||
    "DLCQuest",
 | 
			
		||||
    "Final Fantasy",
 | 
			
		||||
    "Hollow Knight",
 | 
			
		||||
    "Hylics 2",
 | 
			
		||||
    "Kingdom Hearts 2",
 | 
			
		||||
    "Lufia II Ancient Cave",
 | 
			
		||||
| 
						 | 
				
			
			@ -90,6 +89,9 @@ non_apworlds: set = {
 | 
			
		|||
    "Zillion",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# LogicMixin is broken before 3.10 import revamp
 | 
			
		||||
if sys.version_info < (3,10):
 | 
			
		||||
    non_apworlds.add("Hollow Knight")
 | 
			
		||||
 | 
			
		||||
def download_SNI():
 | 
			
		||||
    print("Updating SNI")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue