[FIX] flake8

pull/28/head
Holger Brunn 2016-02-10 10:03:24 +01:00
parent 03126bfc76
commit e245158f68
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import logging
from openerp import SUPERUSER_ID, models
from openerp import models
_logger = logging.getLogger(__file__)