diff options
Diffstat (limited to 'python/runner/interpreter.py')
-rwxr-xr-x | python/runner/interpreter.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/runner/interpreter.py b/python/runner/interpreter.py deleted file mode 100755 index 5fa320a..0000000 --- a/python/runner/interpreter.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/python3 - -# Apparently there is no (working) way to get a non-blocking stdout if we call -# the Python interpreter directly with subprocess.Popen. For some reason, this -# works. - -import code -code.interact(banner='') |