Skip to content

Commit

Permalink
Added missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
serpulga committed Aug 9, 2013
1 parent b96d6a5 commit fae39b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postmark_inbound/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from base64 import b64decode
from datetime import datetime
from email.utils import mktime_tz, parsedate_tz
from email.mime.base import MIMEBase
from email.encoders import encode_base64


Expand Down

0 comments on commit fae39b1

Please sign in to comment.