[FIX] base: missing import _() in base_module_upgrade

lp bug: https://launchpad.net/bugs/685949 fixed

bzr revid: odo@openerp.com-20101206141053-ckisp97vg8herdnr
This commit is contained in:
Olivier Dony 2010-12-06 15:10:53 +01:00
parent 9b25bd6eb4
commit 8d5d7b1cbe
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@
##############################################################################
import pooler
import wizard
from osv import osv, fields
from tools.translate import _
class base_module_upgrade(osv.osv_memory):
""" Module Upgrade """