forked from mirror/django-mailbox
fix import
This commit is contained in:
parent
8f944190ad
commit
9bfc3e5df1
5 changed files with 20 additions and 42 deletions
|
|
@ -10,7 +10,3 @@ class EmailTransport:
|
|||
|
||||
return message
|
||||
|
||||
def get_email_from_string(self, contents):
|
||||
message = email.message_from_string(contents)
|
||||
|
||||
return message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue