* travis.yml

* flake8
pull/258/head
Jonathan Nemry (ACSONE) 2017-01-09 15:28:22 +01:00 committed by Laurent Mignon (ACSONE)
parent 63167880c8
commit 1e930adfd2
1 changed files with 0 additions and 2 deletions

View File

@ -3,9 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import logging import logging
from odoo import api, fields, models, _ from odoo import api, fields, models, _
from odoo.report.interface import report_int
from odoo.exceptions import ValidationError from odoo.exceptions import ValidationError
from odoo import addons
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)