1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00

Fix crash due to missing import. Fixes #2148

This commit is contained in:
dmiller
2020-10-08 19:28:32 +00:00
parent 1d4d3536e3
commit e3262d33d6

View File

@@ -63,6 +63,7 @@ import gobject
import gtk import gtk
import sys import sys
import tempfile import tempfile
import os
# Prevent loading PyXML # Prevent loading PyXML
import xml import xml