Skip to content
Snippets Groups Projects
Commit 8d5d7b1c authored by Olivier Dony's avatar Olivier Dony
Browse files

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

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

bzr revid: odo@openerp.com-20101206141053-ckisp97vg8herdnr
parent 9b25bd6e
No related branches found
No related tags found
No related merge requests found
......@@ -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 """
......
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