[FIX] Add noqa tags to backported py files.

This commit is contained in:
Ronald Portier (Therp BV)
2014-12-15 12:37:19 +01:00
committed by Alexis de Lattre
parent 4228c95beb
commit 386d26d26a
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
import logging import logging
import base64 import base64

View File

@@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
from openerp.tests.common import TransactionCase from openerp.tests.common import TransactionCase
from openerp.modules.module import get_module_resource from openerp.modules.module import get_module_resource