summaryrefslogtreecommitdiffstats
path: root/scripts/oepydevshell-internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oepydevshell-internal.py')
-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 f7b2e4e0bf..2566606b50 100755
--- a/scripts/oepydevshell-internal.py
+++ b/scripts/oepydevshell-internal.py
@@ -67,7 +67,7 @@ try:
67 i = i[4096:] 67 i = i[4096:]
68 if sys.stdin in ready: 68 if sys.stdin in ready:
69 echonocbreak(sys.stdin.fileno()) 69 echonocbreak(sys.stdin.fileno())
70 o = raw_input() 70 o = input()
71 cbreaknoecho(sys.stdin.fileno()) 71 cbreaknoecho(sys.stdin.fileno())
72 pty.write(o + "\n") 72 pty.write(o + "\n")
73 except (IOError, OSError) as e: 73 except (IOError, OSError) as e: