summaryrefslogtreecommitdiffstats
path: root/Lib/email/Parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/Parser.py')
-rw-r--r--Lib/email/Parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/Parser.py b/Lib/email/Parser.py
index e8a3b92..81763dc 100644
--- a/Lib/email/Parser.py
+++ b/Lib/email/Parser.py
@@ -14,7 +14,7 @@ EMPTYSTRING = ''
NL = '\n'
-
+
class Parser:
def __init__(self, _class=Message.Message):
"""Parser of RFC 2822 and MIME email messages.