summaryrefslogtreecommitdiffstats
path: root/Lib/email/MIMEImage.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/MIMEImage.py')
-rw-r--r--Lib/email/MIMEImage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/MIMEImage.py b/Lib/email/MIMEImage.py
index 963da23..f0e7931a 100644
--- a/Lib/email/MIMEImage.py
+++ b/Lib/email/MIMEImage.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001 Python Software Foundation
+# Copyright (C) 2001,2002 Python Software Foundation
# Author: barry@zope.com (Barry Warsaw)
"""Class representing image/* type MIME documents.