[FIX] Missing imports of _ of tools.translate provided

bzr revid: ach@tinyerp.com-20100512104758-mkh0fe6fmlf5czdp
This commit is contained in:
Anup (OpenERP) 2010-05-12 16:17:58 +05:30
parent e364e89751
commit f0781ecb44
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ from psycopg2 import Binary
import warnings
import tools
from tools.translate import _
def _symbol_set(symb):
if symb == None or symb == False:

View File

@ -36,6 +36,7 @@ from pychart import *
import misc
import cStringIO
from lxml import etree
from tools.translate import _
class external_pdf(render.render):
def __init__(self, pdf):