commit | 8cdc9bc9018af92faef452c4364421a1c77a029d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jan 01 13:07:05 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jan 01 13:07:05 2010 +0000 |
tree | 02ceaa35e892ae8b60b95ade8b13c3f9e03ea3a0 | |
parent | 9db77468bc581b9c32e03a7190d7d502c7522f77 [diff] [blame] |
More yearly updates.
diff --git a/Lib/email/generator.py b/Lib/email/generator.py index 594a257..77d44be 100644 --- a/Lib/email/generator.py +++ b/Lib/email/generator.py
@@ -1,4 +1,4 @@ -# Copyright (C) 2001-2009 Python Software Foundation +# Copyright (C) 2001-2010 Python Software Foundation # Contact: email-sig@python.org """Classes to generate plain text from a message object tree."""