diff --git a/zenmap/zenmapGUI/ScriptInterface.py b/zenmap/zenmapGUI/ScriptInterface.py index 937e6ff7e..de2aacce4 100644 --- a/zenmap/zenmapGUI/ScriptInterface.py +++ b/zenmap/zenmapGUI/ScriptInterface.py @@ -200,7 +200,6 @@ class ScriptInterface: self.current_arguments = [] self.set_help_texts() self.prev_script_spec = None - self.script_expr = re.compile(r"^NSE: Loaded '(.*)'") self.focussedentry = None self.liststore = gtk.ListStore(str, "gboolean", object)