summaryrefslogtreecommitdiffstats
path: root/Lib/email/Errors.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-10-04 17:05:11 (GMT)
committerBarry Warsaw <barry@python.org>2001-10-04 17:05:11 (GMT)
commite968ead1dd80fd7fb97cd273626b530996ea0c7b (patch)
tree986c2f9398dfb612c92f1b20c14702c9aa7390ad /Lib/email/Errors.py
parenta68ca35a8bc56d572ac6ab343ce6359bbd3ab5cc (diff)
downloadcpython-e968ead1dd80fd7fb97cd273626b530996ea0c7b.zip
cpython-e968ead1dd80fd7fb97cd273626b530996ea0c7b.tar.gz
cpython-e968ead1dd80fd7fb97cd273626b530996ea0c7b.tar.bz2
Give me back my page breaks.
Diffstat (limited to 'Lib/email/Errors.py')
-rw-r--r--Lib/email/Errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/Errors.py b/Lib/email/Errors.py
index 5a1e0fe..71d7663 100644
--- a/Lib/email/Errors.py
+++ b/Lib/email/Errors.py
@@ -5,7 +5,7 @@
"""
-
+
class MessageError(Exception):
"""Base class for errors in this module."""