re-order Generate.py imports to ensure ModuleUpdate.py works
This commit is contained in:
		
							parent
							
								
									34ff5d9662
								
							
						
					
					
						commit
						fe9094dedc
					
				| 
						 | 
				
			
			@ -9,11 +9,11 @@ from collections import Counter
 | 
			
		|||
import string
 | 
			
		||||
 | 
			
		||||
import ModuleUpdate
 | 
			
		||||
from worlds.alttp import Options as LttPOptions
 | 
			
		||||
from worlds.generic import PlandoItem, PlandoConnection
 | 
			
		||||
 | 
			
		||||
ModuleUpdate.update()
 | 
			
		||||
 | 
			
		||||
from worlds.alttp import Options as LttPOptions
 | 
			
		||||
from worlds.generic import PlandoItem, PlandoConnection
 | 
			
		||||
from Utils import parse_yaml, version_tuple, __version__, tuplize_version, get_options
 | 
			
		||||
from worlds.alttp.EntranceRandomizer import parse_arguments
 | 
			
		||||
from Main import main as ERmain
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue