From 198b994be84e9c02bc49888ce8eb9fdf92619c9a Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 23 Jun 2013 20:52:50 -0700 Subject: [PATCH] Removing print statement. --- django_mailbox/tests/__init__.py | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/django_mailbox/tests/__init__.py b/django_mailbox/tests/__init__.py index 0bba4da..5cc7dc7 100644 --- a/django_mailbox/tests/__init__.py +++ b/django_mailbox/tests/__init__.py @@ -48,8 +48,6 @@ class EmailMessageTestCase(TestCase): left = left.replace('\n\t', ' ').replace('\n ', ' ') right = right.replace('\n\t', ' ').replace('\n ', ' ') if right != left: - print(repr(left)) - print(repr(right)) return False return True diff --git a/setup.py b/setup.py index 83026e5..89084ac 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require = [ setup( name='django-mailbox', - version='2.1', + version='2.1.1', url='http://bitbucket.org/latestrevision/django-mailbox/', description=( 'Import mail from POP3, IMAP, local mailboxes or directly from '