3
0
Fork 0

[FIX] Flake8

9.0
tarteo 2017-02-24 09:56:21 +01:00
parent 4a373505e7
commit 74ce084067
5 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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