Skip to content

Commit

Permalink
Correct Python 3 testing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgregor committed Sep 4, 2019
1 parent 3879c8e commit 97cfff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from marrow.mailer import Message
from marrow.mailer.address import AddressList
from marrow.util.compat import unicode
from marrow.util.compat import basestring, unicode


class TestBasicMessage(TestCase):
Expand Down

0 comments on commit 97cfff7

Please sign in to comment.