[REF] Minor edit

bzr revid: jvo@tinyerp.com-20100127144910-l7boiga2m3zvk1ke
This commit is contained in:
Jay (Open ERP) 2010-01-27 20:19:10 +05:30
parent 03c74daf84
commit a223624606
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ GNU Public Licence.
try:
rev_id = os.popen('bzr revision-info').read()
except Exception,e:
rev_id = 'Exception: %s\n' % (tools.ustr(e))
rev_id = 'Exception: %s\n' % (tools.ustr(e))
os_lang = '.'.join( [x for x in locale.getdefaultlocale() if x] )
if not os_lang: