[FIX] pylint

This commit is contained in:
jbeficent
2016-02-24 00:34:24 +01:00
committed by Jordi Ballester Alomar
parent c0f3567970
commit cad7b0eab7

View File

@@ -2,7 +2,8 @@
# © 2015 Eficent Business and IT Consulting Services S.L.
# - Jordi Ballester Alomar
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from openerp import api, fields, models, _, exceptions
from openerp import api, models, _, exceptions
class StockInventoryRevaluationMassPost(models.TransientModel):