Skip to content
Snippets Groups Projects
Commit bebd7fd2 authored by Jay Vora's avatar Jay Vora
Browse files

[FIX] Improved Previous bad commit for pagelayout error

bzr revid: jvo@tinyerp.com-20091008053344-rkh1m6oaxw2kjlwd
parent 3c28a101
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ def unit_get(size):
if size.find('.') == -1:
decimal_point = '.'
try:
decimal_point = locale.RADIXCHAR
decimal_point = locale.nl_langinfo(locale.RADIXCHAR)
except:
decimal_point = locale.localeconv()['decimal_point']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment