mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 11:28:58 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e89193298a
commit
12ca5f7209
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user