Fix Travis errors

This commit is contained in:
Pedro M. Baeza
2014-08-04 21:05:19 +02:00
parent b94bebee0e
commit b522f28ffb
23 changed files with 36 additions and 82 deletions

View File

@@ -19,15 +19,8 @@
##############################################################################
from openerp.tools.translate import _
import base64
import csv
import tempfile
import datetime
from file_parser import FileParser
try:
import xlrd
except:
raise Exception(_('Please install python lib xlrd'))
class GenericFileParser(FileParser):