mirror of
https://github.com/nmap/nmap.git
synced 2025-12-12 18:59:03 +00:00
Fix pep8 errors in all of zenmap
This commit is contained in:
@@ -144,10 +144,10 @@ REGION_GREEN = 2
|
||||
|
||||
SQUARE_TYPES = ['router', 'switch', 'wap']
|
||||
|
||||
ICON_DICT = {'router': 'router',
|
||||
'switch': 'switch',
|
||||
'wap': 'wireless',
|
||||
'firewall': 'firewall'}
|
||||
ICON_DICT = {'router': 'router',
|
||||
'switch': 'switch',
|
||||
'wap': 'wireless',
|
||||
'firewall': 'firewall'}
|
||||
|
||||
POINTER_JUMP_TO = 0
|
||||
POINTER_INFO = 1
|
||||
|
||||
Reference in New Issue
Block a user