Reformat offlineimap/test/OLItest/__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:25:30 +02:00
parent 74ae944b06
commit 6d4298dca7

View File

@ -15,15 +15,15 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
__all__ = ['OLITestLib', 'TextTestRunner','TestLoader']
__all__ = ['OLITestLib', 'TextTestRunner', 'TestLoader']
__productname__ = 'OfflineIMAP Test suite'
__version__ = '0'
__copyright__ = "Copyright 2012- Sebastian Spaeth & contributors"
__author__ = 'Sebastian Spaeth'
__author_email__= 'Sebastian@SSpaeth.de'
__version__ = '0'
__copyright__ = "Copyright 2012- Sebastian Spaeth & contributors"
__author__ = 'Sebastian Spaeth'
__author_email__ = 'Sebastian@SSpaeth.de'
__description__ = 'Moo'
__license__ = "Licensed under the GNU GPL v2+ (v2 or any later version)"
__license__ = "Licensed under the GNU GPL v2+ (v2 or any later version)"
__homepage__ = "http://www.offlineimap.org"
banner = """%(__productname__)s %(__version__)s
%(__license__)s""" % locals()