From 85c8197d97c5d592feb022134fe99d95cbef1386 Mon Sep 17 00:00:00 2001 From: Andreas Hasenack Date: Wed, 12 Jul 2006 18:27:02 +0000 Subject: import fix to #23597 done in V1_5_X branch --- RepSys/pexpect.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RepSys/pexpect.py') diff --git a/RepSys/pexpect.py b/RepSys/pexpect.py index 2460052..02a14f5 100644 --- a/RepSys/pexpect.py +++ b/RepSys/pexpect.py @@ -217,6 +217,8 @@ class spawn: pass os.environ["LANG"] = "C" + os.environ["LANGUAGE"] = "C" + os.environ["LC_ALL"] = "C" os.execvp(self.command, self.args) # Parent -- cgit v1.2.1