Skip to content

Commit 0b2c0cf

Browse files
Merge pull request #106 from kengruven/master
Upgrade Mail to new-style class, on Python 2.x.
2 parents 335c2b4 + 723563e commit 0b2c0cf

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)