Skip to content

Commit

Permalink
[hotfix] make email.Utils > email.utils for py3
Browse files Browse the repository at this point in the history
I'm not sure how this passed the build in the PR, but it certainly fails
on master
  • Loading branch information
mistercrunch committed Mar 27, 2016
1 parent fac8527 commit c4f4829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart
from email.mime.application import MIMEApplication
from email.Utils import formatdate
from email.utils import formatdate
import errno
from functools import wraps
import imp
Expand Down

0 comments on commit c4f4829

Please sign in to comment.