From 12ca5f7209126ea6e07b3ba93fbdb31065971454 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 5 Oct 2021 10:33:34 +0200 Subject: 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- scripts/oepydevshell-internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/oepydevshell-internal.py') 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) nonblockingfd(sys.stdin) -histfile = os.path.expanduser("~/.oedevpyshell-history") +histfile = os.path.expanduser("~/.oepydevshell-history") readline.parse_and_bind("tab: complete") try: readline.read_history_file(histfile) -- cgit v1.2.3-54-g00ecf