Reformat offlineimap/__init__.py

Add some spaces, remove lines,... now format is better (lintian).
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-29 20:04:40 +02:00
parent c1d180543f
commit 58596767ef

View File

@ -5,7 +5,7 @@ __productname__ = 'OfflineIMAP'
__version__ = "7.3.0" __version__ = "7.3.0"
__copyright__ = "Copyright 2002-2019 John Goerzen & contributors" __copyright__ = "Copyright 2002-2019 John Goerzen & contributors"
__author__ = "John Goerzen" __author__ = "John Goerzen"
__author_email__= "offlineimap-project@lists.alioth.debian.org" __author_email__ = "offlineimap-project@lists.alioth.debian.org"
__description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Support" __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 __bigcopyright__ = """%(__productname__)s %(__version__)s