From 670b51ffc1376945040ef49a108bce2b093237b2 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Fri, 19 Aug 2016 19:26:55 +0500 Subject: [PATCH] fix lint errors --- im_notif/__openerp__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/im_notif/__openerp__.py b/im_notif/__openerp__.py index fe0911a..8d6a528 100644 --- a/im_notif/__openerp__.py +++ b/im_notif/__openerp__.py @@ -2,10 +2,10 @@ { 'name': 'IM Notifications', 'version': '1.0.1', - 'author' : 'IT-Projects LLC, Ivan Yelizariev', + 'author': 'IT-Projects LLC, Ivan Yelizariev', 'license': 'LGPL-3', - 'category' : 'Tools', - 'website' : 'https://twitter.com/yelizariev', + 'category': 'Tools', + 'website': 'https://twitter.com/yelizariev', 'price': 9.00, 'currency': 'EUR', 'depends': ['im_chat', 'mail'], @@ -13,7 +13,7 @@ 'data': [ 'im_notif_data.xml', 'im_notif_views.xml', - ], + ], 'installable': False, 'uninstall_hook': 'pre_uninstall', }