mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove unused imports
This commit is contained in:
parent
6d624f9ed7
commit
92bf83aaba
38 changed files with 20 additions and 104 deletions
|
|
@ -139,14 +139,12 @@ import unittest
|
|||
|
||||
import zenmapCore.I18N
|
||||
|
||||
from types import StringTypes
|
||||
try:
|
||||
import subprocess
|
||||
except ImportError, e:
|
||||
raise ImportError(str(e) + ".\n" + _("Python 2.4 or later is required."))
|
||||
|
||||
import zenmapCore.Paths
|
||||
from zenmapCore.Paths import Path
|
||||
from zenmapCore.NmapOptions import NmapOptions
|
||||
from zenmapCore.UmitLogging import log
|
||||
from zenmapCore.UmitConf import PathsConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue