- Tidy tox.ini Story: 2011201 Change-Id: I62ed4bd045ce49d53b863d63b3d1301fe9ab6b5b Signed-off-by: Ron Stone <ronald.stone@windriver.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			270 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			270 B
		
	
	
	
		
			Python
		
	
	
	
	
	
columns = ["Source", "Protocol", "Port", "Desc", "Context", "Network", "Endpoints","Hosts", "Note", "HTTPS", "_stx", "_pl", "_os", "_an"]
 | 
						|
src_index = columns.index("Source")
 | 
						|
port_index = columns.index("Port")
 | 
						|
net_index = columns.index("Network")
 | 
						|
COL_COUNT = len(columns) |