[FIX] Improved Previous bad commit for pagelayout error

[openobject-server @ jvo@tinyerp.com-20091008053344-rkh1m6oaxw2kjlwd]

bzr revid: p_christ@hol.gr-20091010111547-p5syr1cwu12f2kyh
This commit is contained in:
Jay (Open ERP) 2009-10-10 14:15:47 +03:00 committed by P. Christeas
parent 2162baddf1
commit 78ac7ac767
1 changed files with 1 additions and 1 deletions

View File

@ -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']