From 50c3f45a5a535910bfca24c999033f5b71e4d81f Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Fri, 31 Jan 2014 11:58:38 +0100 Subject: [PATCH] [PEP8] --- base_report_assembler/__openerp__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/base_report_assembler/__openerp__.py b/base_report_assembler/__openerp__.py index 6a2bd92a..53ccc32d 100644 --- a/base_report_assembler/__openerp__.py +++ b/base_report_assembler/__openerp__.py @@ -18,8 +18,8 @@ # along with this program. If not, see . # ############################################################################## -{'name' : 'Base Report Assembler', - 'version' : '1.0', +{'name': 'Base Report Assembler', + 'version': '1.0', 'category': 'Report', 'description': """ Base Report Assembler @@ -37,10 +37,10 @@ the folling module(s): - Invoices: invoice_report_assemble (lp:account-invoice-report) """, - 'author' : 'Camptocamp', + 'author': 'Camptocamp', 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/', - 'depends' : ['base'], + 'depends': ['base'], 'data': [], 'test': [], 'installable': True,