mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-19 17:18:23 +02:00
Merge pull request #398 from gleber-diniz/patch-1
Fix import error on python 3 get_email command
This commit is contained in:
commit
33a61898a0
@ -20,7 +20,7 @@ import socket
|
|||||||
|
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
from email.header import decode_header
|
from email.header import decode_header
|
||||||
from email.Utils import parseaddr, collapse_rfc2231_value
|
from email.utils import parseaddr, collapse_rfc2231_value
|
||||||
from optparse import make_option
|
from optparse import make_option
|
||||||
|
|
||||||
from email_reply_parser import EmailReplyParser
|
from email_reply_parser import EmailReplyParser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user