From 57756f24a2767ecb393fc2a8f265660497b3047f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 10 Dec 2007 09:49:16 +0000 Subject: [PATCH] cannot run python -u this way --- system/TestMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestMain.py b/system/TestMain.py index 7ce4f7b..69f2691 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python -u +#!/usr/bin/env python # $Id$ import os, sys, time -- 2.47.0