[FIX] base_gengo: added missing import statement

bzr revid: qdp-launchpad@openerp.com-20120831095048-0yn1vgataftgadhx
This commit is contained in:
Quentin (OpenERP) 2012-08-31 11:50:48 +02:00
parent 0491bffbe3
commit 7c540602f5
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
##############################################################################
from osv import fields, osv
from tools.translate import _
LANG_CODE_MAPPING = {
'ar_SA': ('ar', 'Arabic'),