Browse Source

[FIX] Flake8

pull/564/head
tarteo 8 years ago
parent
commit
74ce084067
  1. 1
      web_shortcut/__init__.py
  2. 1
      web_shortcut/models/ir_ui_menu.py
  3. 1
      web_shortcut/models/web_shortcut.py
  4. 1
      web_shortcut/tests/__init__.py
  5. 3
      web_shortcut/tests/test_web_shortcut.py

1
web_shortcut/__init__.py

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution

1
web_shortcut/models/ir_ui_menu.py

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from openerp import models, fields, api

1
web_shortcut/models/web_shortcut.py

@ -52,4 +52,3 @@ class WebShortcut(models.Model):
}
)
return res

1
web_shortcut/tests/__init__.py

@ -1 +1,2 @@
# -*- coding: utf-8 -*-
from . import test_web_shortcut

3
web_shortcut/tests/test_web_shortcut.py

@ -1,4 +1,5 @@
from openerp.tests.common import HttpCase, TransactionCase
# -*- coding: utf-8 -*-
from openerp.tests.common import TransactionCase
class TestWebShortcut(TransactionCase):

Loading…
Cancel
Save