Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-03-20 09:35:34 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-03-20 09:35:34 (GMT)
commit864d57c1b5e301b3b4933663a925f3a9d2bb79bc (patch)
treeeaf7e809326304496ad983f7eb7f964e7408460c /activity.py
parent16189292919fcc2154f20a36438d247d926e0c73 (diff)
Fix sound issue when using Memorize with non-US language more: #3165
Diffstat (limited to 'activity.py')
-rwxr-xr-xactivity.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index da2b714..4e0e000 100755
--- a/activity.py
+++ b/activity.py
@@ -17,6 +17,9 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
+import locale
+locale.setlocale(locale.LC_NUMERIC, 'C')
+
import logging
_logger = logging.getLogger('memorize-activity')