summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-05 10:33:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-11 18:41:39 +0100
commit12ca5f7209126ea6e07b3ba93fbdb31065971454 (patch)
tree4921b85e12de4445a61a0f0cbd055ca561275d90 /scripts
parente89193298ada8ea35fde2fe6a88b638766db1bde (diff)
downloadpoky-12ca5f7209126ea6e07b3ba93fbdb31065971454.tar.gz
devpyshell: rename to pydevshell
For consistency with "pydevshell" which is also used. This addresses [YOCTO #14531] (From OE-Core rev: 958133f4e97275d1f2c74a7e715c4506cca3582f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/oepydevshell-internal.py2
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)
43nonblockingfd(sys.stdin) 43nonblockingfd(sys.stdin)
44 44
45 45
46histfile = os.path.expanduser("~/.oedevpyshell-history") 46histfile = os.path.expanduser("~/.oepydevshell-history")
47readline.parse_and_bind("tab: complete") 47readline.parse_and_bind("tab: complete")
48try: 48try:
49 readline.read_history_file(histfile) 49 readline.read_history_file(histfile)