mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 03:15:48 +01:00 
			
		
		
		
	PEP8 double aggressive E401
This commit is contained in:
		| @@ -37,7 +37,8 @@ from Plugins.Extensions.NeoBoot.files.stbbranding import fileCheck, getNeoLocati | ||||
| import os | ||||
| import time | ||||
| import sys | ||||
| import struct, shutil                       | ||||
| import struct | ||||
| import shutil                       | ||||
| if fileExists('/etc/vtiversion.info') or fileExists('/etc/bhversion') or fileExists('/usr/lib/python3.8') and fileExists('/.multinfo'):    | ||||
|     from Screens.Console import Console                    | ||||
| else: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user