Skip to content

Commit 14d60ab

Browse files
Nicolas JEUDYyajo
authored andcommitted
[FIX] Linter on website_multi_theme py file
1 parent d06dc91 commit 14d60ab

File tree

12 files changed

+1
-11
lines changed

12 files changed

+1
-11
lines changed

website_legal_page/tests/test_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright 2017 LasLabs Inc.
22
# License APL-3.0 or later (http://www.gnu.org/licenses/agpl).
33

4+
import unittest
45
from odoo.tests.common import HttpCase
56
from odoo.tools import mute_logger
67

website_multi_theme/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
32

43
from . import models

website_multi_theme/__manifest__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright 2015 Antiun Ingenieria S.L. - Antonio Espinosa
32
# Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
43
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

website_multi_theme/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
32

43
from . import ir_qweb

website_multi_theme/models/ir_qweb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
32
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
43

website_multi_theme/models/ir_ui_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
32
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
43

website_multi_theme/models/website.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright 2015 Antiun Ingenieria S.L. - Antonio Espinosa
32
# Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
43
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

website_multi_theme/models/website_theme.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright 2015 Antiun Ingenieria S.L. - Antonio Espinosa
32
# Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
43
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
32

43
from . import test_assets

website_multi_theme/tests/test_assets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
32
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
43

0 commit comments

Comments
 (0)