Skip to content

Commit

Permalink
new code
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 28, 2015
1 parent 490b6b3 commit 59794b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier/test/smtp.py
Expand Up @@ -44,7 +44,7 @@
class SmtpTest(unittest.TestCase):

def test_plain(self):
address_mime = appier.email_mime(u"João Magalhães <joamag@hive.pt>")
address_mime = appier.email_mime("João Magalhães <joamag@hive.pt>")

mime = appier.plain("Hello World")
mime["Subject"] = "Hello World"
Expand Down

0 comments on commit 59794b1

Please sign in to comment.