From e3262d33d649664e21cd69b2881d87fa23ea1dd0 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 8 Oct 2020 19:28:32 +0000 Subject: [PATCH] Fix crash due to missing import. Fixes #2148 --- zenmap/zenmapGUI/ScriptInterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zenmap/zenmapGUI/ScriptInterface.py b/zenmap/zenmapGUI/ScriptInterface.py index bfe652301..1091c31db 100644 --- a/zenmap/zenmapGUI/ScriptInterface.py +++ b/zenmap/zenmapGUI/ScriptInterface.py @@ -63,6 +63,7 @@ import gobject import gtk import sys import tempfile +import os # Prevent loading PyXML import xml