[FIX][CRITICAL] warning : missing import statement for "_"

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

bzr revid: hmo@tinyerp.com-20091105055507-g7c82iwomrgi5fnt
This commit is contained in:
Harry (Open ERP) 2009-11-05 11:25:07 +05:30
parent b3870e3aec
commit 62ce2fd8f5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
import time
from osv import fields,osv
from tools.translate import _
WARNING_MESSAGE = [
('no-message','No Message'),