summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-10-08 18:40:29 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-10-08 18:40:29 +0200
commitb6eeda1a66da16f90d02dd5d439d5cc5088c1a88 (patch)
treefc281105ff1aadada8715939ff64f2b99945640c /python
parent347dd54b6dc63f8f3fd5b0032a09ed459d11f527 (diff)
Make the Python interpreter even more unbuffered
Diffstat (limited to 'python')
-rwxr-xr-xpython/runner/interpreter.py2
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