mirror of
https://github.com/nmap/nmap.git
synced 2026-05-14 01:07:08 +00:00
Remove unused member.
This commit is contained in:
parent
373d00fcee
commit
8e5bfd5fa7
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue