diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-05-19 01:09:11 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-05-19 01:09:11 +0000 |
commit | 80f322a0eb7b81f659f4f39151de173d0a531f20 (patch) | |
tree | 022281a2b69509322c7550dcbb225cf3c70c3fc8 /net-mail/getmail/files | |
parent | Version bump. (diff) | |
download | gentoo-2-80f322a0eb7b81f659f4f39151de173d0a531f20.tar.gz gentoo-2-80f322a0eb7b81f659f4f39151de173d0a531f20.tar.bz2 gentoo-2-80f322a0eb7b81f659f4f39151de173d0a531f20.zip |
Fix missing import, fix deprecation warning for python 2.4.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-mail/getmail/files')
-rw-r--r-- | net-mail/getmail/files/getmail-4.3.9-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/getmail/files/getmail-4.3.9-fix.patch b/net-mail/getmail/files/getmail-4.3.9-fix.patch new file mode 100644 index 000000000000..dada72ac537c --- /dev/null +++ b/net-mail/getmail/files/getmail-4.3.9-fix.patch @@ -0,0 +1,11 @@ +diff -bur getmail-4.3.9-orig/getmailcore/message.py getmail-4.3.9/getmailcore/message.py +--- getmail-4.3.9-orig/getmailcore/message.py 2005-05-19 01:50:01.000000000 +0200 ++++ getmail-4.3.9/getmailcore/message.py 2005-05-19 02:53:36.000000000 +0200 +@@ -13,6 +13,7 @@ + import email + import email.Errors + import email.Utils ++import email.Parser + from email.Generator import Generator + + from exceptions import * |