mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 07:38:39 +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
|
|
@ -137,7 +137,7 @@ from zenmapGUI.higwidgets.higtextviewers import HIGTextView
|
|||
from zenmapGUI.higwidgets.higbuttons import HIGButton
|
||||
from zenmapGUI.higwidgets.higtables import HIGTable
|
||||
from zenmapGUI.higwidgets.higdialogs import HIGAlertDialog, HIGDialog
|
||||
from zenmapGUI.OptionBuilder import *
|
||||
from zenmapGUI.OptionBuilder import OptionBuilder
|
||||
from zenmapCore.Paths import Path
|
||||
from zenmapCore.UmitConf import CommandProfile
|
||||
from zenmapCore.UmitLogging import log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue