mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 06:56:38 +00:00
Remove unused imports
This commit is contained in:
parent
6d624f9ed7
commit
92bf83aaba
38 changed files with 20 additions and 104 deletions
|
|
@ -136,17 +136,14 @@ xml.__path__ = [x for x in xml.__path__ if "_xmlplus" not in x]
|
|||
|
||||
from xml.dom import minidom
|
||||
|
||||
from zenmapGUI.higwidgets.higboxes import HIGHBox
|
||||
from zenmapGUI.higwidgets.higlabels import HIGEntryLabel
|
||||
from zenmapGUI.higwidgets.higbuttons import HIGButton
|
||||
|
||||
from zenmapGUI.FileChoosers import AllFilesFileChooserDialog
|
||||
from zenmapGUI.ProfileHelp import ProfileHelp
|
||||
|
||||
from zenmapCore.Paths import Path
|
||||
from zenmapCore.NmapOptions import NmapOptions, split_quoted, join_quoted
|
||||
import zenmapCore.I18N
|
||||
from zenmapCore.UmitLogging import log
|
||||
from zenmapGUI.ScriptInterface import *
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue