mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Remove unused imports
This commit is contained in:
@@ -128,7 +128,6 @@
|
||||
|
||||
import gobject
|
||||
import gtk
|
||||
import pango
|
||||
import os
|
||||
import os.path
|
||||
import sys
|
||||
@@ -139,7 +138,7 @@ xml.__path__ = [x for x in xml.__path__ if "_xmlplus" not in x]
|
||||
|
||||
import xml.sax
|
||||
|
||||
from zenmapGUI.higwidgets.higdialogs import HIGAlertDialog, HIGDialog
|
||||
from zenmapGUI.higwidgets.higdialogs import HIGAlertDialog
|
||||
from zenmapGUI.higwidgets.higboxes import HIGVBox, HIGHBox, \
|
||||
hig_box_space_holder
|
||||
from zenmapGUI.higwidgets.higlabels import HIGSectionLabel
|
||||
|
||||
Reference in New Issue
Block a user