mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Avoid 'import *' where __all__ not defined. #1834
This commit is contained in:
parent
2abcac9925
commit
c89035b6dd
16 changed files with 25 additions and 27 deletions
|
|
@ -141,7 +141,7 @@ import xml.sax
|
|||
from zenmapGUI.higwidgets.higboxes import HIGVBox, HIGHBox
|
||||
from zenmapGUI.higwidgets.higscrollers import HIGScrolledWindow
|
||||
from zenmapGUI.higwidgets.higbuttons import HIGButton
|
||||
from zenmapCore.ScriptMetadata import *
|
||||
from zenmapCore.ScriptMetadata import get_script_entries
|
||||
from zenmapCore.ScriptArgsParser import parse_script_args_dict
|
||||
from zenmapCore.NmapCommand import NmapCommand
|
||||
from zenmapCore.NmapOptions import NmapOptions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue