Skip to content

Commit

Permalink
Update module_interpreter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnourallah authored Jul 24, 2017
1 parent c38a846 commit 3f26b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/module_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def listCompleter(text,state):
self.listCompleter = listCompleter
t = tabCompleter()
t.createListCompleter(["set", "exploit", "back", "check", "help", "info", 'banner', 'run', 'exec', 'clear','search'])
t.createListCompleter(["set", "exploit", "back", "check", "help", "info", 'banner', 'run', 'exec','clear'])
readline.set_completer_delims('\t')
readline.parse_and_bind("tab: complete")
readline.set_completer(t.listCompleter)
Expand Down

0 comments on commit 3f26b65

Please sign in to comment.