diff options
Diffstat (limited to 'Lib/email/MIMEBase.py')
-rw-r--r-- | Lib/email/MIMEBase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/MIMEBase.py b/Lib/email/MIMEBase.py index 33216f6..28816e8 100644 --- a/Lib/email/MIMEBase.py +++ b/Lib/email/MIMEBase.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001,2002 Python Software Foundation # Author: barry@zope.com (Barry Warsaw) """Base class for MIME specializations. |