diff options
Diffstat (limited to 'Doc/includes')
-rw-r--r-- | Doc/includes/email-headers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/includes/email-headers.py b/Doc/includes/email-headers.py index 2c42145..5def0c9 100644 --- a/Doc/includes/email-headers.py +++ b/Doc/includes/email-headers.py @@ -1,5 +1,6 @@ # Import the email modules we'll need -from email.parser import BytesParser, Parser +#from email.parser import BytesParser +from email.parser import Parser from email.policy import default # If the e-mail headers are in a file, uncomment these two lines: |