summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxShell
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2014-03-10 10:14:28 +0100
committerRitesh Raj Sarraf <rrs@debian.org>2014-03-14 13:47:54 +0530
commita21829178dbbbb4e9b54e7814412fdd55a061064 (patch)
treec90d8d633df54bc384a29dae601d39542612ff92 /src/VBox/Frontends/VBoxShell
parent81e17723b02a357e172a7db61df8eb7d0935bfaf (diff)
downloadvirtualbox-a21829178dbbbb4e9b54e7814412fdd55a061064.tar.gz
Imported Upstream version 4.3.8-dfsg
Diffstat (limited to 'src/VBox/Frontends/VBoxShell')
-rwxr-xr-xsrc/VBox/Frontends/VBoxShell/vboxshell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Frontends/VBoxShell/vboxshell.py b/src/VBox/Frontends/VBoxShell/vboxshell.py
index 75ab887cc..92a03547f 100755
--- a/src/VBox/Frontends/VBoxShell/vboxshell.py
+++ b/src/VBox/Frontends/VBoxShell/vboxshell.py
@@ -30,7 +30,7 @@ Foundation, in version 2 as it comes in the "COPYING" file of the
VirtualBox OSE distribution. VirtualBox OSE is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
"""
-__version__ = "$Revision: 90995 $"
+__version__ = "$Revision: 92173 $"
import os, sys
@@ -177,7 +177,7 @@ def autoCompletion(cmds, ctx):
readline.parse_and_bind ("bind ^W ed-delete-prev-word")
# Doesn't work well
# readline.parse_and_bind ("bind ^R em-inc-search-prev")
- readline.parse_and_bind("tab: complete")
+ readline.parse_and_bind("tab: complete")
g_fVerbose = False