[tor-commits] [bridgedb/master] Add fix suggested by sysrqb.
aagbsn at torproject.org
aagbsn at torproject.org
Fri Jun 21 09:31:14 UTC 2013
commit 7a0f42e0aad95c763d7dbe984db7332e0306b327
Author: aagbsn <aagbsn at extc.org>
Date: Fri Jun 21 11:16:09 2013 +0200
Add fix suggested by sysrqb.
See: https://trac.torproject.org/projects/tor/ticket/9109
---
lib/bridgedb/HTTPServer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index d49a081..7e62085 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -288,4 +288,4 @@ def setLocaleFromRequestHeader(request):
map(lambda x: x.replace("-","_").lower(),langs)
lang = gettext.translation("bridgedb", localedir=localedir,
languages=langs, fallback=True)
- lang.install()
+ lang.install(True)
More information about the tor-commits
mailing list