mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 817dd7ccbb
			
		
	
	
		817dd7ccbb
		
	
	
	
	
		
			
			Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			73 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			73 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
 | |
| def can_build(platform):
 | |
|     return True
 | |
| 
 | |
| 
 | |
| def configure(env):
 | |
|     pass
 |