mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Restore missing import of zenmapCore.I18N
This was causing make check to fail because _() was not defined
This commit is contained in:
parent
4d5c493e8e
commit
098d3b9b1a
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ from radialnet.bestwidgets.boxes import *
|
|||
from radialnet.bestwidgets.expanders import BWExpander
|
||||
from radialnet.bestwidgets.labels import *
|
||||
from radialnet.bestwidgets.textview import *
|
||||
import zenmapCore.I18N
|
||||
|
||||
|
||||
PORTS_HEADER = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue