diff options
Diffstat (limited to 'scripts/oepydevshell-internal.py')
-rwxr-xr-x | scripts/oepydevshell-internal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oepydevshell-internal.py b/scripts/oepydevshell-internal.py index 96c078ef3d..e3c35bbe2c 100755 --- a/scripts/oepydevshell-internal.py +++ b/scripts/oepydevshell-internal.py | |||
@@ -43,7 +43,7 @@ nonblockingfd(pty) | |||
43 | nonblockingfd(sys.stdin) | 43 | nonblockingfd(sys.stdin) |
44 | 44 | ||
45 | 45 | ||
46 | histfile = os.path.expanduser("~/.oedevpyshell-history") | 46 | histfile = os.path.expanduser("~/.oepydevshell-history") |
47 | readline.parse_and_bind("tab: complete") | 47 | readline.parse_and_bind("tab: complete") |
48 | try: | 48 | try: |
49 | readline.read_history_file(histfile) | 49 | readline.read_history_file(histfile) |