Updated platform utils
This commit is contained in:
		
							parent
							
								
									b6df952995
								
							
						
					
					
						commit
						25620415a0
					
				
							
								
								
									
										8
									
								
								RNS/vendor/platformutils.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								RNS/vendor/platformutils.py
									
									
									
									
										vendored
									
									
								
							| @ -6,8 +6,14 @@ def get_platform(): | ||||
|         import sys | ||||
|         return sys.platform | ||||
| 
 | ||||
| def is_windows(): | ||||
|     if str(get_platform()).startswith("win"): | ||||
|         return True | ||||
|     else: | ||||
|         return False | ||||
| 
 | ||||
| def platform_checks(): | ||||
|     if str(get_platform()).startswith("win32"): | ||||
|     if is_windows(): | ||||
|         import sys | ||||
|         if sys.version_info.major >= 3 and sys.version_info.minor >= 8: | ||||
|             pass | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user