aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool')
-rwxr-xr-xsrc/peerinfo-tool/test_gnunet_peerinfo.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
index 9d6fd8fb2..ad5d096b5 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -33,7 +33,7 @@ if gnunet_pyexpect_dir not in sys.path:
33from gnunet_pyexpect import pexpect 33from gnunet_pyexpect import pexpect
34 34
35#save LANG and set it to C 35#save LANG and set it to C
36mylang = os.environ['LANG'] 36mylang = os.environ.get('LANG')
37os.environ['LANG'] = 'C' 37os.environ['LANG'] = 'C'
38 38
39if os.name == 'posix': 39if os.name == 'posix':