deprecated mimetools

This commit is contained in:
Benjamin Peterson 2008-06-12 14:23:49 +00:00
parent ffae306784
commit a03722f278
5 changed files with 12 additions and 3 deletions

View file

@ -5,6 +5,9 @@ import os
import rfc822
import tempfile
from warnings import warnpy3k
warnpy3k("in 3.x, mimetools has been removed in favor of the email package")
__all__ = ["Message","choose_boundary","encode","decode","copyliteral",
"copybinary"]