import ustr from tools

This commit is contained in:
florian-dacosta
2014-07-24 10:56:31 +02:00
parent 600fb4dd86
commit 92c523709d

View File

@@ -25,7 +25,7 @@ import tempfile
import datetime
from file_parser import FileParser
from openerp.addons.account_statement_base_import.parser.file_parser import float_or_zero
from openerp.loglevels import ustr
from openerp.tools import ustr
try:
import xlrd
except: