diff --git a/test/OLItest/__init__.py b/test/OLItest/__init__.py index e6dc341..435af4c 100644 --- a/test/OLItest/__init__.py +++ b/test/OLItest/__init__.py @@ -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()