Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
adding missing import for MIMEBase
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Mar 21, 2012
1 parent e0e84bb commit 35cbf84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tornado_utils/send_mail/send_email.py
Expand Up @@ -4,6 +4,7 @@
from email.generator import Generator
from email.Header import Header
from email.MIMEText import MIMEText
from email.MIMEBase import MIMEBase
from email.MIMEMultipart import MIMEMultipart
from email.Utils import formatdate
from cStringIO import StringIO
Expand Down

0 comments on commit 35cbf84

Please sign in to comment.