mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Avoid 'import *' where __all__ not defined. #1834
This commit is contained in:
@@ -144,7 +144,9 @@ from zenmapGUI.higwidgets.higlabels import HIGEntryLabel
|
||||
from zenmapGUI.higwidgets.higboxes import HIGHBox, HIGVBox
|
||||
|
||||
import zenmapGUI.App
|
||||
from zenmapGUI.FileChoosers import *
|
||||
from zenmapGUI.FileChoosers import RESPONSE_OPEN_DIRECTORY, \
|
||||
ResultsFileChooserDialog, SaveResultsFileChooserDialog, \
|
||||
SaveToDirectoryChooserDialog
|
||||
from zenmapGUI.ScanInterface import ScanInterface
|
||||
from zenmapGUI.ProfileEditor import ProfileEditor
|
||||
from zenmapGUI.About import About
|
||||
|
||||
Reference in New Issue
Block a user