1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Remove unused imports

This commit is contained in:
dmiller
2019-12-28 02:42:14 +00:00
parent 6d624f9ed7
commit 92bf83aaba
38 changed files with 20 additions and 104 deletions

View File

@@ -127,7 +127,7 @@
# ***************************************************************************/
from optparse import OptionParser
from zenmapCore.Name import APP_NAME, NMAP_DISPLAY_NAME
from zenmapCore.Name import NMAP_DISPLAY_NAME
from zenmapCore.Version import VERSION
import zenmapCore.I18N
from zenmapCore.BasePaths import base_paths