From 4721a05f8d4b8b90bbfa308fdc68c60218923ddc Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 10 Oct 2019 18:31:51 +0200 Subject: [PATCH] [REF] mail_environment: Black python code --- mail_environment/__manifest__.py | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/mail_environment/__manifest__.py b/mail_environment/__manifest__.py index 188ad16..c224f93 100644 --- a/mail_environment/__manifest__.py +++ b/mail_environment/__manifest__.py @@ -2,15 +2,12 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) { - 'name': 'Mail configuration with server_environment', - 'version': '12.0.1.0.0', - 'category': 'Tools', - 'summary': 'Configure mail servers with server_environment_files', - 'author': "Camptocamp, Odoo Community Association (OCA)", - 'license': 'AGPL-3', - 'website': 'https://github.com/OCA/server-env', - 'depends': [ - 'fetchmail', - 'server_environment', - ], + "name": "Mail configuration with server_environment", + "version": "12.0.1.0.0", + "category": "Tools", + "summary": "Configure mail servers with server_environment_files", + "author": "Camptocamp, Odoo Community Association (OCA)", + "license": "AGPL-3", + "website": "https://github.com/OCA/server-env", + "depends": ["fetchmail", "server_environment"], }