From 58596767ef098521fad2b57dba43063a7a5520df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sat, 29 Aug 2020 20:04:40 +0200 Subject: [PATCH] Reformat offlineimap/__init__.py Add some spaces, remove lines,... now format is better (lintian). --- offlineimap/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py index b7e2bd5..4b12df0 100644 --- a/offlineimap/__init__.py +++ b/offlineimap/__init__.py @@ -2,12 +2,12 @@ __all__ = ['OfflineImap'] __productname__ = 'OfflineIMAP' # Expecting trailing "-rcN" or "" for stable releases. -__version__ = "7.3.0" -__copyright__ = "Copyright 2002-2019 John Goerzen & contributors" -__author__ = "John Goerzen" -__author_email__= "offlineimap-project@lists.alioth.debian.org" +__version__ = "7.3.0" +__copyright__ = "Copyright 2002-2019 John Goerzen & contributors" +__author__ = "John Goerzen" +__author_email__ = "offlineimap-project@lists.alioth.debian.org" __description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Support" -__license__ = "Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)" +__license__ = "Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)" __bigcopyright__ = """%(__productname__)s %(__version__)s %(__license__)s""" % locals() __homepage__ = "http://www.offlineimap.org"