summaryrefslogtreecommitdiffstats
path: root/Lib/email/MIMEBase.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/MIMEBase.py')
-rw-r--r--Lib/email/MIMEBase.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/email/MIMEBase.py b/Lib/email/MIMEBase.py
index 7485d85..88691f8 100644
--- a/Lib/email/MIMEBase.py
+++ b/Lib/email/MIMEBase.py
@@ -1,8 +1,8 @@
-# Copyright (C) 2001,2002 Python Software Foundation
-# Author: barry@zope.com (Barry Warsaw)
+# Copyright (C) 2001-2004 Python Software Foundation
+# Author: Barry Warsaw
+# Contact: email-sig@python.org
-"""Base class for MIME specializations.
-"""
+"""Base class for MIME specializations."""
from email import Message