From a282e2482919a2d93dc0c94db64b431748137236 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@inria.fr> Date: Sat, 4 Apr 2015 11:09:37 +0200 Subject: [PATCH] run plain python3, not -u --- module-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index d6e8e9a9..31a7d9b8 100755 --- a/module-tools.py +++ b/module-tools.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -u +#!/usr/bin/env python3 import sys, os, os.path import re -- 2.47.0