From 88a91c4ab4cdb2c2ad744b81688450301d66e9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Grand-Guillaume?= Date: Wed, 16 Jul 2014 14:46:22 +0200 Subject: [PATCH] Clean a bit of PEP8 things --- product_warranty/__openerp__.py | 2 +- product_warranty/res_company.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product_warranty/__openerp__.py b/product_warranty/__openerp__.py index 6ffdaca7..f63f0296 100644 --- a/product_warranty/__openerp__.py +++ b/product_warranty/__openerp__.py @@ -51,7 +51,7 @@ Those informations are used in the RMA Claim (Product Return Management) module. 'test': [], 'installable': True, 'active': False, - 'certificate' : '', + 'certificate': '', 'images': ['images/product_warranty.png'], } diff --git a/product_warranty/res_company.py b/product_warranty/res_company.py index 30618813..a3625170 100644 --- a/product_warranty/res_company.py +++ b/product_warranty/res_company.py @@ -2,7 +2,7 @@ ############################################################################## # # Copyright 2013 Camptocamp -# Copyright 2009-2013 Akretion, +# Copyright 2009-2013 Akretion, # Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau, Joel Grand-Guillaume # # This program is free software: you can redistribute it and/or modify