1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 21:51:28 +00:00

Avoid 'import *' where __all__ not defined. #1834

This commit is contained in:
dmiller
2019-12-30 15:54:34 +00:00
parent 2abcac9925
commit c89035b6dd
16 changed files with 25 additions and 27 deletions

View File

@@ -129,10 +129,10 @@ import gtk
import pango
import gobject
from radialnet.bestwidgets.boxes import *
from radialnet.bestwidgets.boxes import BWVBox, BWHBox, BWScrolledWindow, BWTable
from radialnet.bestwidgets.expanders import BWExpander
from radialnet.bestwidgets.labels import *
from radialnet.bestwidgets.textview import *
from radialnet.bestwidgets.labels import BWLabel, BWSectionLabel
from radialnet.bestwidgets.textview import BWTextEditor
import zenmapCore.I18N # lgtm[py/unused-import]