From accfe046bea252f12ecd441bee348d3cd7e1bf84 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 13 Jun 2010 15:40:03 +0000 Subject: /quit can have a message. fixed #1488 --- src/poezio.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/poezio.py') diff --git a/src/poezio.py b/src/poezio.py index 3e6d4fef..dc714a4f 100644 --- a/src/poezio.py +++ b/src/poezio.py @@ -23,6 +23,9 @@ Starting point of poezio. Launches both the Connection and Gui import sys +# import locale +# locale.setlocale(locale.LC_ALL, '') + # disable any printout (this would mess the display) # sys.stdout = open('/dev/null', 'w') sys.stderr = open('errors', 'w') -- cgit v1.2.3