summaryrefslogtreecommitdiffstats
path: root/Lib/email/Message.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/Message.py')
-rw-r--r--Lib/email/Message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/Message.py b/Lib/email/Message.py
index 8b4f8bd..65e3c6d 100644
--- a/Lib/email/Message.py
+++ b/Lib/email/Message.py
@@ -57,7 +57,7 @@ def _unquotevalue(value):
return Utils.unquote(value)
-
+
class Message:
"""Basic message object for use inside the object tree.