run plain python3, not -u
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 4 Apr 2015 09:09:37 +0000 (11:09 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 4 Apr 2015 09:09:37 +0000 (11:09 +0200)
module-tools.py

index d6e8e9a..31a7d9b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3 -u
+#!/usr/bin/env python3
 
 import sys, os, os.path
 import re