remove unused imports

pull/367/head
Leonardo Pistone 2016-04-26 18:51:56 +02:00 committed by Jordi Ballester
parent 18232a7261
commit 7b224ee66d
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
# Author: Damien Crier
# Copyright 2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import time
from openerp import models, fields, api
from openerp import models, fields
class LedgerReportWizard(models.TransientModel):