mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Removing print statement.
This commit is contained in:
parent
78c9fc1987
commit
198b994be8
2 changed files with 1 additions and 3 deletions
|
|
@ -48,8 +48,6 @@ class EmailMessageTestCase(TestCase):
|
||||||
left = left.replace('\n\t', ' ').replace('\n ', ' ')
|
left = left.replace('\n\t', ' ').replace('\n ', ' ')
|
||||||
right = right.replace('\n\t', ' ').replace('\n ', ' ')
|
right = right.replace('\n\t', ' ').replace('\n ', ' ')
|
||||||
if right != left:
|
if right != left:
|
||||||
print(repr(left))
|
|
||||||
print(repr(right))
|
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ tests_require = [
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-mailbox',
|
name='django-mailbox',
|
||||||
version='2.1',
|
version='2.1.1',
|
||||||
url='http://bitbucket.org/latestrevision/django-mailbox/',
|
url='http://bitbucket.org/latestrevision/django-mailbox/',
|
||||||
description=(
|
description=(
|
||||||
'Import mail from POP3, IMAP, local mailboxes or directly from '
|
'Import mail from POP3, IMAP, local mailboxes or directly from '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue