Reformat offlineimap/test/OLItest/__init__.py
Add some spaces, remove lines,... now format is better (lintian).
This commit is contained in:
parent
74ae944b06
commit
6d4298dca7
@ -15,13 +15,13 @@
|
||||
# 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'
|
||||
__author_email__ = 'Sebastian@SSpaeth.de'
|
||||
__description__ = 'Moo'
|
||||
__license__ = "Licensed under the GNU GPL v2+ (v2 or any later version)"
|
||||
__homepage__ = "http://www.offlineimap.org"
|
||||
|
Loading…
Reference in New Issue
Block a user