Skip to content

Commit 723563e

Browse files
author
Ken Harris
committed
Upgrade Mail to new-style class, on Python 2.x.
May help with issue #103.
1 parent 33039c1 commit 723563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sendgrid/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from smtpapi import SMTPAPIHeader
99

1010

11-
class Mail():
11+
class Mail(object):
1212

1313
"""SendGrid Message."""
1414

0 commit comments

Comments
 (0)