From d71e9f2f8ced6dca3529775f473e6711777403d2 Mon Sep 17 00:00:00 2001 From: Adil Houmadi Date: Sun, 30 Nov 2014 23:20:56 +0100 Subject: [PATCH] flake8 is not happy :) --- pos_dynamic_price/__init__.py | 3 ++- pos_dynamic_price/__openerp__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pos_dynamic_price/__init__.py b/pos_dynamic_price/__init__.py index 0760a2d3..d740d47b 100644 --- a/pos_dynamic_price/__init__.py +++ b/pos_dynamic_price/__init__.py @@ -15,4 +15,5 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -############################################################################## \ No newline at end of file +############################################################################## + diff --git a/pos_dynamic_price/__openerp__.py b/pos_dynamic_price/__openerp__.py index d39dd219..755ce6f9 100644 --- a/pos_dynamic_price/__openerp__.py +++ b/pos_dynamic_price/__openerp__.py @@ -37,4 +37,4 @@ New features for the Point Of Sale: 'installable': True, 'application': False, 'auto_install': False, -} \ No newline at end of file +}