Fix pep8 issue

This commit is contained in:
florian-dacosta
2014-09-25 15:46:21 +02:00
parent ea070c8594
commit d4799cfbc3

View File

@@ -24,10 +24,6 @@ from openerp.addons.account_statement_base_import.parser.file_parser import (
float_or_zero
)
from openerp.tools import ustr
try:
import xlrd
except:
raise Exception(_('Please install python lib xlrd'))
class GenericFileParser(FileParser):