diff options
Diffstat (limited to 'python')
-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 |