mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
reset the locale
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20970 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3d4211c91a
commit
d3752672b3
@ -36,6 +36,10 @@ lyx_branch=""
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Reset the locale
|
||||
import locale
|
||||
locale.setlocale(locale.LC_ALL, '')
|
||||
|
||||
def extract_number(line, issues, prop):
|
||||
"""
|
||||
line is a string like
|
||||
|
Loading…
Reference in New Issue
Block a user