diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-08 18:40:29 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-08 18:40:29 +0200 |
commit | b6eeda1a66da16f90d02dd5d439d5cc5088c1a88 (patch) | |
tree | fc281105ff1aadada8715939ff64f2b99945640c /python/runner | |
parent | 347dd54b6dc63f8f3fd5b0032a09ed459d11f527 (diff) |
Make the Python interpreter even more unbuffered
Diffstat (limited to 'python/runner')
-rwxr-xr-x | python/runner/interpreter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/runner/interpreter.py b/python/runner/interpreter.py index dae4d59..5d8dc09 100755 --- a/python/runner/interpreter.py +++ b/python/runner/interpreter.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python3 -u import code import sys |